summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/fillctrl.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-03-01 08:15:12 +0000
committerChristian Lippka <cl@openoffice.org>2002-03-01 08:15:12 +0000
commitead67ef9a6496197cf7ee23df8355c4286ac584b (patch)
tree589bd7c24a11ee01b512688e3d9b1393d7b35baf /svx/source/tbxctrls/fillctrl.cxx
parentddf78c379e669323da931adc61c8b0f1d62a19e7 (diff)
#96983# added WB_DIALOGCONTROL for tab navigation in toolbar
Diffstat (limited to 'svx/source/tbxctrls/fillctrl.cxx')
-rw-r--r--svx/source/tbxctrls/fillctrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx
index f94f7af37f3e..ac568531469e 100644
--- a/svx/source/tbxctrls/fillctrl.cxx
+++ b/svx/source/tbxctrls/fillctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fillctrl.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-09-06 14:42:49 $
+ * last change: $Author: cl $ $Date: 2002-03-01 09:15:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -550,7 +550,7 @@ Window* SvxFillToolBoxControl::CreateItemWindow( Window *pParent )
\************************************************************************/
FillControl::FillControl( Window* pParent, WinBits nStyle ) :
- Window( pParent, nStyle )
+ Window( pParent, nStyle | WB_DIALOGCONTROL )
{
#ifdef OS2
WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL;