summaryrefslogtreecommitdiff
path: root/sw/source/ui/ribbar/tblctrl.cxx
diff options
context:
space:
mode:
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 ) );
}
/**********************************************************************