summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 15:03:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 15:03:43 +0000
commitd6fc628dad09dcf461bd48ff3e19de31652f9483 (patch)
treeff677798e65aa8c164d47f6b5a99047f9cde3990
parent0239285c44f7ba0e8ab30c4b33f437463c7728cb (diff)
INTEGRATION: CWS sj15 (1.5.70); FILE MERGED
2005/02/03 18:54:32 sj 1.5.70.1: #i41918# changed property name text-path-scale-x to text-path-scale
-rw-r--r--xmloff/source/draw/EnhancedCustomShapeToken.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
index c7e89922af..ae59702330 100644
--- a/xmloff/source/draw/EnhancedCustomShapeToken.cxx
+++ b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: EnhancedCustomShapeToken.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:09:29 $
+ * last change: $Author: vg $ $Date: 2005-02-21 16:03:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,7 +133,7 @@ static const TokenTable pTokenTableArray[] =
{ "glue-point-leaving-directions", EAS_glue_point_leaving_directions },
{ "text-path", EAS_text_path },
{ "text-path-mode", EAS_text_path_mode },
- { "text-path-scale-x", EAS_text_path_scale_x },
+ { "text-path-scale", EAS_text_path_scale },
{ "text-path-same-letter-heights", EAS_text_path_same_letter_heights },
{ "modifiers", EAS_modifiers },
{ "equation", EAS_equation },