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 /vcl/source/app/svapp.cxx | |
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 'vcl/source/app/svapp.cxx')
-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 877f29e86071..16d854424506 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -473,7 +473,7 @@ sal_Bool Application::IsUICaptured() return sal_False; } -void Application::SystemSettingsChanging( AllSettings& /*rSettings*/ ) +void Application::OverrideSystemSettings( AllSettings& /*rSettings*/ ) { } |