diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 08:09:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 08:09:40 +0000 |
commit | 51043453691a053fac036b34498e9e005d0437a2 (patch) | |
tree | 97e2534797c76170305b3915ce3330bc1d1bac5f | |
parent | 5692c7fe8c33a973fdd2ad74f0b19f775e9aa4b8 (diff) |
INTEGRATION: CWS fwk05 (1.14.36); FILE MERGED
2003/06/03 09:31:14 cd 1.14.36.1: #109983# Framework based menus can have resource based accelerators
-rw-r--r-- | framework/inc/classes/menumanager.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx index 1c56dea95cb9..8053660269a4 100644 --- a/framework/inc/classes/menumanager.hxx +++ b/framework/inc/classes/menumanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: menumanager.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2003-03-25 18:19:34 $ + * last change: $Author: vg $ $Date: 2003-06-10 09:09:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,6 +99,10 @@ #include <vcl/menu.hxx> #endif +#ifndef _SV_ACCEL_HXX +#include <vcl/accel.hxx> +#endif + #ifndef _CPPUHELPER_WEAK_HXX_ #include <cppuhelper/weak.hxx> #endif |