summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2016-02-07 20:27:05 +0100
committerjan iversen <jani@documentfoundation.org>2016-02-09 14:27:01 +0000
commit8fbbb923ea752e3c5b147824f0dc04e4b9e27dad (patch)
tree9f7a79322060ed3c500ae4061aa677cfcfbc414c /test
parente9309e1f32e9029b62d67a3706ea63d4c5bb587a (diff)
SVGIO: tdf#85770: Add import test
Change-Id: Ifffe1d461ae6fa30a9cc61df2ece5716078031ab Reviewed-on: https://gerrit.libreoffice.org/22190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'test')
-rw-r--r--test/source/primitive2dxmldump.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/source/primitive2dxmldump.cxx b/test/source/primitive2dxmldump.cxx
index 940dea0fdab4..48fa0d0d2b72 100644
--- a/test/source/primitive2dxmldump.cxx
+++ b/test/source/primitive2dxmldump.cxx
@@ -178,6 +178,8 @@ void Primitive2dXmlDump::decomposeAndWrite(
{
rWriter.attribute("height", aScale.getY());
}
+
+ rWriter.attribute("text", pTextSimplePortionPrimitive2D->getText());
rWriter.endElement();
}
break;