summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PaneDockingWindow.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-04 07:53:51 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-04 07:53:51 +0000
commit2f97f4dbc9d0a68412a696c9c23cc8ad135f4c9e (patch)
tree91a3a402227e8304b9d211f8baa557e9d9acdd85 /sd/source/ui/dlg/PaneDockingWindow.cxx
parentb4a39c295cf0ac6f24243f8c306d23ad415e7522 (diff)
INTEGRATION: CWS impress18ea (1.2.10); FILE MERGED
2004/07/26 16:36:43 af 1.2.10.1: #i31954# When adding a menu the given handler is registered with both SetClickHdl() AND SetDropdownClickHdl() at the toolbar.
Diffstat (limited to 'sd/source/ui/dlg/PaneDockingWindow.cxx')
-rw-r--r--sd/source/ui/dlg/PaneDockingWindow.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx
index b74c799f82f5..59b433f1b382 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 13:49:49 $
+ * last change: $Author: rt $ $Date: 2004-08-04 08:53:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -273,6 +273,7 @@ USHORT PaneDockingWindow::AddMenu (
TIB_DROPDOWN,
nItemCount-1);
mpTitleToolBox->SetClickHdl (rCallback);
+ mpTitleToolBox->SetDropdownClickHdl (rCallback);
return nItemCount+1;
}