diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svapp.cxx | 2 |
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(); |