diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-06 21:01:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-09 13:28:37 +0000 |
commit | bcd9122715c7b708a65bee05a90dba3a38624ecb (patch) | |
tree | 7bd371d8d16aabf992e20650e8943381ad6ee825 /sfx2/source/appl | |
parent | 00e52e1e2d9e131df5634c085e176819a18330c7 (diff) |
String sNm unused
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/linkmgr2.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx index f5f65178e1d7..3ee11cc70170 100644 --- a/sfx2/source/appl/linkmgr2.cxx +++ b/sfx2/source/appl/linkmgr2.cxx @@ -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() ) |