summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-01-28 02:13:56 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-01-28 02:13:56 -0600
commit831c00888089b3d8b47c11ad4bc79df7db8a1edb (patch)
tree9a211b3078ad973f5d455ceaf672f1cd9c23808e /vcl
parentd6d5f6803e7433c5b7bb75e982fa066be908af4a (diff)
Revert "Fix commit 4959f369d9bdcc"
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svapp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index dd4d6a987024..ac13c7360f4d 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();