diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-06-10 18:20:18 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-06-10 18:22:53 +0200 |
commit | bd8585dcd5128616d3ca7005d5b4297cea1643a5 (patch) | |
tree | 427c4cb4318b86d341a74574461f0ea8ab5f9780 /framework/inc/uielement | |
parent | 105350c622575c2cbf978feef983324aa9b19ff4 (diff) |
Update the toolbar's popup menu hidden items.
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r-- | framework/inc/uielement/toolbarmanager.hxx | 2 |
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 * ); |