summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/tabpage.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-10-18 12:58:20 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-10-18 12:58:20 +0000
commitb0ef5f44d1716afb68a964847c7158bb17dbb243 (patch)
tree5f5b1a9e09c1e3c97b90ba1529e702c5b63fdf88 /vcl/source/window/tabpage.cxx
parent#i8440# setPropertiesValues: when checking for aggregate properties, don't us... (diff)
downloadcore-b0ef5f44d1716afb68a964847c7158bb17dbb243.tar.gz
core-b0ef5f44d1716afb68a964847c7158bb17dbb243.zip
#100212# make AutoMnemonics a per OutputDevice instead of application wide setting
Diffstat (limited to 'vcl/source/window/tabpage.cxx')
-rw-r--r--vcl/source/window/tabpage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx
index fa140ef05137..670e4197649c 100644
--- a/vcl/source/window/tabpage.cxx
+++ b/vcl/source/window/tabpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabpage.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tbe $ $Date: 2002-08-19 16:01:07 $
+ * last change: $Author: pl $ $Date: 2002-10-18 13:58:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,7 +156,7 @@ void TabPage::StateChanged( StateChangedType nType )
if ( nType == STATE_CHANGE_INITSHOW )
{
- if ( Application::IsAutoMnemonicEnabled() )
+ if ( GetSettings().GetStyleSettings().GetAutoMnemonic() )
ImplWindowAutoMnemonic( this );
}
else if ( nType == STATE_CHANGE_CONTROLBACKGROUND )