summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idl/tk_keyw.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 02:07:56 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 02:07:56 +0000
commite563d0272216d9b58472adb0440acbe5cfc03494 (patch)
tree11422c6f208a5bd4ed3cb1bdd3aa02afe0282900 /autodoc/source/parser_i/idl/tk_keyw.cxx
parent4a74559eefe67b8a32af92f6d98d12bdc48c8509 (diff)
INTEGRATION: CWS sb18 (1.3.100); FILE MERGED
2004/05/25 14:11:29 np 1.3.100.1: #i21150# Allow the token 'published' in IDL syntax. Still has to be interpreted, task for a later cws.
Diffstat (limited to 'autodoc/source/parser_i/idl/tk_keyw.cxx')
-rw-r--r--autodoc/source/parser_i/idl/tk_keyw.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/autodoc/source/parser_i/idl/tk_keyw.cxx b/autodoc/source/parser_i/idl/tk_keyw.cxx
index 3fb873c471e0..b0b6de29dfe7 100644
--- a/autodoc/source/parser_i/idl/tk_keyw.cxx
+++ b/autodoc/source/parser_i/idl/tk_keyw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tk_keyw.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: np $ $Date: 2002-11-01 17:15:41 $
+ * last change: $Author: obo $ $Date: 2004-06-04 03:07:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,6 +125,7 @@ TokStereotype::EV_TokenId ev_ste_readonly(TokStereotype::ste_readonly,"readonl
TokStereotype::EV_TokenId ev_ste_removable(TokStereotype::ste_removable,"removable");
TokStereotype::EV_TokenId ev_ste_virtual(TokStereotype::ste_virtual,"virtual");
TokStereotype::EV_TokenId ev_ste_transient(TokStereotype::ste_transient,"transient");
+TokStereotype::EV_TokenId ev_ste_published(TokStereotype::ste_published,"published");
lux::EnumValueMap G_aTokParameterHandling_EV_TokenId_Values;