summaryrefslogtreecommitdiff
path: root/framework/source/inc/accelerators
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:21:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:21:43 +0000
commitff93cc0bda5ac1363b335ccd18564173a29b252b (patch)
treeb7493ba4875a37b5b1f15b8b437b417cca5ff673 /framework/source/inc/accelerators
parentc6750e469376fb701e6105bf5990fe1f39cb8837 (diff)
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/11/16 13:10:39 pl 1.3.32.1: #i55991# removed warnings
Diffstat (limited to 'framework/source/inc/accelerators')
-rw-r--r--framework/source/inc/accelerators/keymapping.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/inc/accelerators/keymapping.hxx b/framework/source/inc/accelerators/keymapping.hxx
index f591860ada..581c77242d 100644
--- a/framework/source/inc/accelerators/keymapping.hxx
+++ b/framework/source/inc/accelerators/keymapping.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: keymapping.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:29:51 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:21:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,8 +82,8 @@ class KeyMapping
*/
struct KeyIdentifierInfo
{
- sal_Int16 Code ;
- char* Identifier;
+ sal_Int16 Code ;
+ const char* Identifier;
};
//---------------------------------------