diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-01-24 19:27:41 +1100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-02-04 10:46:23 +0000 |
commit | a1e4bd413e7a8e4db454d65e5226b9d1859bd5d7 (patch) | |
tree | 1d73da441c6da9cc05a8542bd8a29cc31ede94ad /desktop/source | |
parent | 849cc7893ddf39f869b2efa93bd10fcf45c09d24 (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 'desktop/source')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index e391c860d242..e16697bec439 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1925,7 +1925,7 @@ sal_Bool Desktop::InitializeQuickstartMode( const Reference< XComponentContext > } } -void Desktop::SystemSettingsChanging( AllSettings& rSettings ) +void Desktop::OverrideSystemSettings( AllSettings& rSettings ) { if ( !SvtTabAppearanceCfg::IsInitialized () ) return; |