diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-01 17:31:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-03 21:21:09 +0100 |
commit | 285289275d1cf1769080a208b55be984cd269e1e (patch) | |
tree | 8b291782d6308ef30688d87ca9a0d5c3d8c32620 /desktop | |
parent | 73f453bd1124b8ebc0a0520f3a801c59107e62f8 (diff) |
useless aMgrName string
Change-Id: Ide39492cf17400f6d4bee980e1e1aca6a0863b3f
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index d50507aa5b34..812613abd653 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1544,7 +1544,6 @@ int Desktop::Main() // create title string ::com::sun::star::lang::Locale aLocale; - String aMgrName = String::CreateFromAscii( "ofa" ); ResMgr* pLabelResMgr = ResMgr::SearchCreateResMgr( "ofa", aLocale ); String aTitle = pLabelResMgr ? String( ResId( RID_APPTITLE, *pLabelResMgr ) ) : String(); delete pLabelResMgr; |