diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:33:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:33:59 +0000 |
commit | 5b2bccf2924aaf595367a49c66b1910021f00d0c (patch) | |
tree | 9ce673a275032f5154aed9cdfa7d44bb611992e3 | |
parent | 9928847d6b9cc06cb9cb76dfa7152e5226f818a0 (diff) |
INTEGRATION: CWS impress108 (1.98.6); FILE MERGED
2006/09/28 11:33:38 sj 1.98.6.1: #140293# fixed typo
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index df12f073e1cb..72c994f76781 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.99 $ + * $Revision: 1.100 $ * - * last change: $Author: obo $ $Date: 2006-10-13 10:59:05 $ + * last change: $Author: hr $ $Date: 2006-10-24 13:33:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2249,7 +2249,7 @@ namespace xmloff { namespace token { TOKEN( "mirror-horizontal" , XML_MIRROR_HORIZONTAL ), TOKEN( "extrusion-allowed" , XML_EXTRUSION_ALLOWED ), TOKEN( "text-path-allowed" , XML_TEXT_PATH_ALLOWED ), - TOKEN( "conentric-gradient-fill-allowed" , XML_CONCENTRIC_GRADIENT_FILL_ALLOWED ), + TOKEN( "concentric-gradient-fill-allowed" , XML_CONCENTRIC_GRADIENT_FILL_ALLOWED ), TOKEN( "extrusion" , XML_EXTRUSION ), TOKEN( "extrusion-brightness" , XML_EXTRUSION_BRIGHTNESS ), TOKEN( "extrusion-depth" , XML_EXTRUSION_DEPTH ), |