Kaydet (Commit) bcd91227 authored tarafından Caolán McNamara's avatar Caolán McNamara

String sNm unused

üst 00e52e1e
......@@ -578,9 +578,6 @@ sal_Bool SvxInternalLink::Connect( sfx2::SvBaseLink* pLink )
MsLangId::convertLanguageToLocale( LANGUAGE_SYSTEM, aLocale );
CharClass aCC( aLocale );
String sNm( sTopic ), sTmp;
aCC.toLower( sNm );
TypeId aType( TYPE(SfxObjectShell) );
sal_Bool bFirst = sal_True;
......@@ -602,6 +599,7 @@ sal_Bool SvxInternalLink::Connect( sfx2::SvBaseLink* pLink )
pShell = SfxObjectShell::GetFirst( &aType, sal_False );
}
String sTmp;
while( pShell )
{
if( !sTmp.Len() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment