summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-01-24 19:27:41 +1100
committerJan Holesovsky <kendy@collabora.com>2014-02-04 10:46:23 +0000
commita1e4bd413e7a8e4db454d65e5226b9d1859bd5d7 (patch)
tree1d73da441c6da9cc05a8542bd8a29cc31ede94ad /svtools
parent849cc7893ddf39f869b2efa93bd10fcf45c09d24 (diff)
Change Application::SystemSettingsChanging to OverrideSystemSettings
The name Application::SystemSettingsChanging implies that the app is being notified that system settings are being changed. This is not what the function does - in fact, SystemSettingsChanging overrides a settings object with user defined settings Change-Id: Ibbf821ff3c7ec5b38e2e79751058494c749b6428 Reviewed-on: https://gerrit.libreoffice.org/7629 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/apearcfg.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/config/apearcfg.cxx b/svtools/source/config/apearcfg.cxx
index 81948c6eee61..0276b9116b4b 100644
--- a/svtools/source/config/apearcfg.cxx
+++ b/svtools/source/config/apearcfg.cxx
@@ -219,8 +219,7 @@ void SvtTabAppearanceCfg::SetApplicationDefaults ( Application* pApp )
hAppSettings.SetStyleSettings( hAppStyle );
pApp->MergeSystemSettings ( hAppSettings ); // Allow system-settings to apply
- pApp->SystemSettingsChanging ( hAppSettings ); // Allow overruling of system-settings
- //is concerned with window drag
+ pApp->OverrideSystemSettings ( hAppSettings );
pApp->SetSettings ( hAppSettings );
}