summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-05-04 18:12:42 +0200
committerAndras Timar <andras.timar@collabora.com>2015-05-05 07:25:21 +0000
commitf62af191bf0f0d1578abc919ca3c902864fefa22 (patch)
tree07bc847e3920a987eb72be196cbd2709f388488b /test
parenta0fca97eda10778be076c411dfd513e2a38937ae (diff)
typo: strech -> stretch
Change-Id: I0de1cfaa0df460c7bc8e49752b31056f95c30053 Reviewed-on: https://gerrit.libreoffice.org/15628 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'test')
-rw-r--r--test/source/mtfxmldump.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/mtfxmldump.cxx b/test/source/mtfxmldump.cxx
index 6e12524862a8..7bda52b6c98c 100644
--- a/test/source/mtfxmldump.cxx
+++ b/test/source/mtfxmldump.cxx
@@ -169,7 +169,7 @@ OString convertLineStyleToString(const sal_uInt16 nActionType)
case META_POLYPOLYGON_ACTION: return "polypolygon";
case META_TEXT_ACTION: return "text";
case META_TEXTARRAY_ACTION: return "textarray";
- case META_STRETCHTEXT_ACTION: return "strechtext";
+ case META_STRETCHTEXT_ACTION: return "stretchtext";
case META_TEXTRECT_ACTION: return "textrect";
case META_TEXTLINE_ACTION: return "textline";
case META_BMP_ACTION: return "bmp";