Kaydet (Commit) 6d221752 authored tarafından Kurt Zenker's avatar Kurt Zenker

CWS-TOOLING: integrate CWS sb134

...@@ -785,7 +785,6 @@ BOOL Desktop::QueryExit() ...@@ -785,7 +785,6 @@ BOOL Desktop::QueryExit()
{ {
RTL_LOGFILE_CONTEXT_TRACE( aLog, "<- store config items" ); RTL_LOGFILE_CONTEXT_TRACE( aLog, "<- store config items" );
utl::ConfigManager::GetConfigManager()->StoreConfigItems(); utl::ConfigManager::GetConfigManager()->StoreConfigItems();
FlushConfiguration();
RTL_LOGFILE_CONTEXT_TRACE( aLog, "<- store config items" ); RTL_LOGFILE_CONTEXT_TRACE( aLog, "<- store config items" );
} }
catch ( RuntimeException& ) catch ( RuntimeException& )
...@@ -817,6 +816,7 @@ BOOL Desktop::QueryExit() ...@@ -817,6 +816,7 @@ BOOL Desktop::QueryExit()
} }
else else
{ {
FlushConfiguration();
try try
{ {
// it is no problem to call DisableOfficeIPCThread() more than once // it is no problem to call DisableOfficeIPCThread() more than once
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment