summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PaneDockingWindow.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 08:19:16 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 08:19:16 +0000
commit617277677d553ad086520c1919aacef1e1b8c659 (patch)
treed89d2aecb4d08c3854d171410b42b2728f896cd8 /sd/source/ui/dlg/PaneDockingWindow.cxx
parentce329d66d4f289645b8c251dd3306afacd21acea (diff)
INTEGRATION: CWS toolbars4 (1.7.12); FILE MERGED
2005/02/16 14:42:47 cd 1.7.12.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY
Diffstat (limited to 'sd/source/ui/dlg/PaneDockingWindow.cxx')
-rw-r--r--sd/source/ui/dlg/PaneDockingWindow.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx
index 22b81452f2d0..750de3113743 100644
--- a/sd/source/ui/dlg/PaneDockingWindow.cxx
+++ b/sd/source/ui/dlg/PaneDockingWindow.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PaneDockingWindow.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 14:50:51 $
+ * last change: $Author: obo $ $Date: 2005-03-15 09:19:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -317,7 +317,7 @@ USHORT PaneDockingWindow::AddMenu (
mpTitleToolBox->InsertItem (
nItemId,
rsMenuName,
- TIB_DROPDOWN,
+ TIB_DROPDOWNONLY,
nItemCount-1);
mpTitleToolBox->SetHelpId( nItemId, nHelpId );
mpTitleToolBox->SetClickHdl (rCallback);