[Libreoffice-commits] core.git: vcl/source

Norbert Thiebaud nthiebaud at gmail.com
Tue Jan 28 00:14:27 PST 2014


 vcl/source/app/svapp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 831c00888089b3d8b47c11ad4bc79df7db8a1edb
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue Jan 28 02:13:56 2014 -0600

    Revert "Fix commit 4959f369d9bdcc"
    
    This reverts commit d6d5f6803e7433c5b7bb75e982fa066be908af4a.

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index dd4d6a9..ac13c73 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -628,7 +628,7 @@ void Application::InitSettings()
 {
     ImplSVData* pSVData = ImplGetSVData();
 
-    assert(pSVData->maAppData.mpSettings);     // initialization should not happen twice!
+    assert(!pSVData->maAppData.mpSettings);     // initialization should not happen twice!
 
     pSVData->maAppData.mpCfgListener = new LocaleConfigurationListener;
     pSVData->maAppData.mpSettings = new AllSettings();


More information about the Libreoffice-commits mailing list