diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 11:42:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 11:42:31 +0000 |
commit | 5c29a4ef3f95f6ecb9cabd867c937ca0f2b9641f (patch) | |
tree | c1cd8fcda19dd44239b8ffab3452f87a84dcccbf /rsc/source/parser/rscibas.cxx | |
parent | 6ebc9d32d09fdb21d212b21d1bae0c2f48f02e9a (diff) |
INTEGRATION: CWS vcl49 (1.9.14); FILE MERGED
2005/12/05 17:44:44 pl 1.9.14.1: #i56194# add: CONTEXTMENU, MENU, HANGUL_HANJA, DECIMAL, TILDE, QUOTELEFT
Diffstat (limited to 'rsc/source/parser/rscibas.cxx')
-rw-r--r-- | rsc/source/parser/rscibas.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx index 68c2eb54301f..71693063943c 100644 --- a/rsc/source/parser/rscibas.cxx +++ b/rsc/source/parser/rscibas.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscibas.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:46:39 $ + * last change: $Author: obo $ $Date: 2006-01-20 12:42:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -549,6 +549,12 @@ RscEnum * RscTypCont::InitKey(){ SETCONST( pKey, "KEY_FIND", KEY_FIND ); SETCONST( pKey, "KEY_PROPERTIES", KEY_PROPERTIES ); SETCONST( pKey, "KEY_FRONT", KEY_FRONT ); + SETCONST( pKey, "KEY_CONTEXTMENU", KEY_CONTEXTMENU ); + SETCONST( pKey, "KEY_HELP", KEY_HELP ); + SETCONST( pKey, "KEY_HANGUL_HANJA", KEY_HANGUL_HANJA ); + SETCONST( pKey, "KEY_DECIMAL", KEY_DECIMAL ); + SETCONST( pKey, "KEY_TILDE", KEY_TILDE ); + SETCONST( pKey, "KEY_QUOTELEFT", KEY_QUOTELEFT ); return( pKey ); } |