diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-07 10:54:31 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-07 10:57:07 +0200 |
commit | 5af427d16eae480cd90f24a7120d7228ee0617c3 (patch) | |
tree | 7d029671c2673acad4f7efb3607d48a76755a326 /desktop | |
parent | 83bbcbcf3554f90e9e4341b958e887ec5b803d31 (diff) |
Remove unused bChechOk
MacOSX 10.6.7 Intel no-moz was failing because of this
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 24a13e362e0d..2da459578d3e 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1664,7 +1664,6 @@ int Desktop::Main() } // create title string - sal_Bool bCheckOk = sal_False; ::com::sun::star::lang::Locale aLocale; String aMgrName = String::CreateFromAscii( "ofa" ); ResMgr* pLabelResMgr = ResMgr::SearchCreateResMgr( "ofa", aLocale ); |