diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-10 12:20:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-10 12:20:00 +0000 |
commit | 2ca627c01a389c6227b66b3f63948a68fb35ecba (patch) | |
tree | 236716f5db7552bceb6561a706dff553a43d6264 /framework/inc/uielement/menubarmanager.hxx | |
parent | 60dd60005134af798e208bec64fd965c57f45560 (diff) |
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
Diffstat (limited to 'framework/inc/uielement/menubarmanager.hxx')
-rw-r--r-- | framework/inc/uielement/menubarmanager.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 |