diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:03:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:03:43 +0000 |
commit | 2ec35f224d65767f14bc676cada3c973435fc62b (patch) | |
tree | c032c32e893259ae1d6fa0c37f5d9df36aa06a7a /xmloff | |
parent | b2fb833ca8e1b28c713851cdcc07a24000650292 (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
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/EnhancedCustomShapeToken.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx index e0518807de2a..121ebb7091f7 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 }, |