From 2ca627c01a389c6227b66b3f63948a68fb35ecba Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 Jun 2004 12:20:00 +0000 Subject: INTEGRATION: CWS fwk02ea (1.3.2); FILE MERGED 2004/05/24 15:45:34 cd 1.3.2.1: #i29427# Cache dispatch objects to speed up menu activation - use frameActionListener to support requery --- framework/inc/uielement/menubarmanager.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'framework/inc/uielement/menubarmanager.hxx') diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx index d828c60d2fb0..4653900dc98b 100644 --- a/framework/inc/uielement/menubarmanager.hxx +++ b/framework/inc/uielement/menubarmanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: menubarmanager.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-05-03 13:18:05 $ + * last change: $Author: kz $ $Date: 2004-06-10 13:20:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -241,6 +241,7 @@ class MenuBarManager : public com::sun::star::frame::XStatusListener , String RetrieveLabelFromCommand( const String& aCmdURL ); void UpdateSpecialFileMenu( Menu* pMenu ); void UpdateSpecialWindowMenu( Menu* pMenu ); + void Destroy(); struct MenuItemHandler -- cgit