[Libreoffice-commits] .: desktop/source
Matus Kukan
mkukan at kemper.freedesktop.org
Thu Jul 7 01:57:32 PDT 2011
desktop/source/app/app.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 5a56b450e239ea6cc0c306822cdb306b1fe3ce19
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Thu Jul 7 10:54:31 2011 +0200
Remove unused bChechOk
MacOSX 10.6.7 Intel no-moz was failing because of this
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 46abbad..a3b3ceb 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 );
More information about the Libreoffice-commits
mailing list