diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-06 12:16:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-06 12:16:59 +0000 |
commit | 9667c401dc6aeb942c22054ad8ae345d57821649 (patch) | |
tree | 76f5d391ab634b3d2cd499ce05a2607ac7e11fcf /xmloff | |
parent | e2246f5fadb35343160027dd337af9ed1485d738 (diff) |
INTEGRATION: CWS dba13 (1.58.6); FILE MERGED
2004/07/06 10:38:43 fs 1.58.6.2: MANUAL RESYNC: (1.58-1.59); FILE MERGED
2004/06/16 09:24:28 fs 1.58.6.1: #i29519# +SYMBOL_COLOR
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 274c57e62d6c..5ddba12b5eaa 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: obo $ $Date: 2004-07-05 16:06:01 $ + * last change: $Author: rt $ $Date: 2004-07-06 13:16:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2311,6 +2311,8 @@ namespace xmloff { namespace token { TOKEN( "layout-mode"), // XML_LAYOUT_MODE TOKEN( "data-pilot-layout-info"), // XML_DATA_PILOT_LAYOUT_INFO + TOKEN( "symbol-color"), // XML_SYMBOL_COLOR + TOKEN( "3d" ), // XML_3D TOKEN( "image-position" ), // XML_IMAGE_POSITION TOKEN( "image-align" ), // XML_IMAGE_ALIGN |