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
commit639395072efd608156dad8ba5ae08a4ddcedaab8 (patch)
tree9905df3705b9086d08156cfdd7231a3498ddd7c1 /sw/source/ui/ribbar/tblctrl.cxx
parent21323ac5b858645562bdf5d83b124042a84767ee (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 d9eac58debf3..57495d32ec14 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 ) );
}
/**********************************************************************