summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-08-13 10:36:36 +0000
committerth <th@openoffice.org>2001-08-13 10:36:36 +0000
commit932d95ec86c96baa586bf92a7db58bcd7b06d920 (patch)
treecd9182650bfa1f90904d0dee8396addec4c84a50
parent9e7841e82b67e9252f6cdc5a56f3de4f181e1659 (diff)
#90844# - Correct handling for SystemSettingsChanging
-rw-r--r--vcl/source/window/winproc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index 35336d97f438..e8848fc4ead7 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: winproc.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: th $ $Date: 2001-07-30 10:54:49 $
+ * last change: $Author: th $ $Date: 2001-08-13 11:36:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1743,7 +1743,7 @@ static void ImplHandleSalSettings( Window* pWindow, USHORT nEvent )
{
AllSettings aSettings = pApp->GetSettings();
pApp->MergeSystemSettings( aSettings );
- pWindow->ImplUpdateGlobalSettings( aSettings );
+ pApp->SystemSettingsChanging( aSettings, pWindow );
pApp->SetSettings( aSettings );
}
else