summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-05-13 06:29:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-05-13 06:29:39 +0000
commit1dc0e7054140cdf0eb7678fa5f719a88750e8869 (patch)
treeaa9433c76bad890f9383e0bb1c1f81ff578a7ca9 /framework
parentc2af566bdf00dd2460747c5e417233639af1facd (diff)
INTEGRATION: CWS tbe22 (1.10.30); FILE MERGED
2005/05/04 14:20:11 tbe 1.10.30.1: #i48612# Opening a menu with GOK shows Tips instead of entries (fixed by CD)
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/uielement/menubarmanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx
index dd803bbf42ac..ee1d93feb197 100644
--- a/framework/inc/uielement/menubarmanager.hxx
+++ b/framework/inc/uielement/menubarmanager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: menubarmanager.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-03-29 15:48:16 $
+ * last change: $Author: rt $ $Date: 2005-05-13 07:29:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -253,7 +253,6 @@ class MenuBarManager : public com::sun::star::frame::XStatusListener
void UpdateSpecialWindowMenu( Menu* pMenu );
void Destroy();
-
struct MenuItemHandler
{
MenuItemHandler( USHORT aItemId,
@@ -286,6 +285,7 @@ class MenuBarManager : public com::sun::star::frame::XStatusListener
std::vector< MenuItemHandler* >& aMenuShortCuts );
MenuItemHandler* GetMenuItemHandler( USHORT nItemId );
+ sal_Bool CreatePopupMenuController( MenuItemHandler* pMenuItemHandler );
sal_Bool m_bDisposed : 1,
m_bInitialized : 1,