summaryrefslogtreecommitdiff
path: root/sw/source/ui/ribbar/tblctrl.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 08:22:53 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 08:22:53 +0000
commitfbf93b9b1fe03952e5dae6d8f88aeeaabc7f6063 (patch)
tree729bfe8a1424d22c4ce73f0a2b421d01a8026650 /sw/source/ui/ribbar/tblctrl.cxx
parent812756d068e0479a5867ec323195e57c11397094 (diff)
INTEGRATION: CWS toolbars4 (1.5.64); FILE MERGED
2005/02/16 14:33:59 cd 1.5.64.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY
Diffstat (limited to 'sw/source/ui/ribbar/tblctrl.cxx')
-rw-r--r--sw/source/ui/ribbar/tblctrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/ribbar/tblctrl.cxx b/sw/source/ui/ribbar/tblctrl.cxx
index 963cfc7ba2..2b7d9e5c05 100644
--- a/sw/source/ui/ribbar/tblctrl.cxx
+++ b/sw/source/ui/ribbar/tblctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tblctrl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-01-18 15:26:39 $
+ * last change: $Author: obo $ $Date: 2005-03-15 09:22:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,7 @@ SwTableOptimizeCtrl::SwTableOptimizeCtrl(
ToolBox& rTbx ) :
SfxToolBoxControl( nSlotId, nId, rTbx )
{
- rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) );
+ rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) );
}
/**********************************************************************