diff options
-rw-r--r-- | sd/source/filter/eppt/pptx-epptooxml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index 2d78fc4ee210..e08c30087ac5 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -950,7 +950,7 @@ void PowerPointExport::WriteAnimationProperty(const FSHelperPtr& pFS, const Any& || aClass == TypeClass_STRING ); if (bWriteToken) - pFS->startElementNS(XML_p, XML_to, FSEND); + pFS->startElementNS(XML_p, nToken, FSEND); switch (rAny.getValueType().getTypeClass()) { |