diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:52:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:52:08 +0000 |
commit | 6ad557cf6703acc5d99e8144d1ededff2fe58de7 (patch) | |
tree | ed17ba9af2e36aaea5862088f1979d43e72c7e0b /forms/source/solar | |
parent | c8360ed8ff5308f30403c4786da094b689b3fe65 (diff) |
INTEGRATION: CWS dba22 (1.4.8); FILE MERGED
2004/12/10 13:15:32 fs 1.4.8.1: #i38376# WB_3DLOOK for the ImplNavToolBar, this implicitily triggers inheritance of some visual styles
Diffstat (limited to 'forms/source/solar')
-rw-r--r-- | forms/source/solar/control/navtoolbar.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx index 314e4d158e4b..09a637e9aae9 100644 --- a/forms/source/solar/control/navtoolbar.cxx +++ b/forms/source/solar/control/navtoolbar.cxx @@ -2,9 +2,9 @@ * * $RCSfile: navtoolbar.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-11-19 09:40:53 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:52:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,7 +136,7 @@ namespace frm public: ImplNavToolBar( Window* _pParent ) - :ToolBox( _pParent ) + :ToolBox( _pParent, WB_3DLOOK ) ,m_pDispatcher( NULL ) { } |