summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 08:09:50 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 08:09:50 +0000
commit6fef31e82da3e5c27b911c47886ae12cc02c1151 (patch)
treeff419e3be7cc16be2f6ea8a14063e82f6f76a95a /framework
parent51043453691a053fac036b34498e9e005d0437a2 (diff)
INTEGRATION: CWS fwk05 (1.3.92); FILE MERGED
2003/06/03 09:31:32 cd 1.3.92.1: #109983# Framework based menus can have resource based accelerators
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/dispatch/menudispatcher.hxx18
1 files changed, 16 insertions, 2 deletions
diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx
index 6788e0352ecd..1cdfccf67376 100644
--- a/framework/inc/dispatch/menudispatcher.hxx
+++ b/framework/inc/dispatch/menudispatcher.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: menudispatcher.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mba $ $Date: 2002-10-07 10:19:03 $
+ * last change: $Author: vg $ $Date: 2003-06-10 09:09:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -392,6 +392,20 @@ class MenuDispatcher : // interfaces
sal_Bool impl_setMenuBar( MenuBar* pMenuBar, sal_Bool bMenuFromResource = sal_False );
+ /*-****************************************************************************************************//**
+ @short -
+ @descr -
+
+ @seealso -
+
+ @param -
+ @return -
+
+ @onerror -
+ *//*-*****************************************************************************************************/
+
+ void impl_setAccelerators( Menu* pMenu, const Accelerator& aAccel );
+
//-------------------------------------------------------------------------------------------------------------
// debug methods
// (should be private everyway!)