summaryrefslogtreecommitdiff
path: root/framework/inc/uielement
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-06-10 18:20:18 +0200
committerJan Holesovsky <kendy@suse.cz>2011-06-10 18:22:53 +0200
commitbd8585dcd5128616d3ca7005d5b4297cea1643a5 (patch)
tree427c4cb4318b86d341a74574461f0ea8ab5f9780 /framework/inc/uielement
parent105350c622575c2cbf978feef983324aa9b19ff4 (diff)
Update the toolbar's popup menu hidden items.
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r--framework/inc/uielement/toolbarmanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx
index d42c40ad9eb7..e34913d0ddbb 100644
--- a/framework/inc/uielement/toolbarmanager.hxx
+++ b/framework/inc/uielement/toolbarmanager.hxx
@@ -163,7 +163,7 @@ class ToolBarManager : public ::com::sun::star::frame::XFrameActionListener
protected:
//added for 33668 by shizhoubo : 2008:04
DECL_LINK( Command, CommandEvent * );
- PopupMenu * GetToolBarCustomMeun(ToolBox* pToolBar);
+ PopupMenu * GetToolBarCustomMenu(ToolBox* pToolBar);
//end
DECL_LINK( Click, ToolBox * );
DECL_LINK( DropdownClick, ToolBox * );