summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/factoryimpl_ns.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/factoryimpl_ns.xsl')
-rw-r--r--writerfilter/source/ooxml/factoryimpl_ns.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/factoryimpl_ns.xsl b/writerfilter/source/ooxml/factoryimpl_ns.xsl
index 53634cef9012..163e58815841 100644
--- a/writerfilter/source/ooxml/factoryimpl_ns.xsl
+++ b/writerfilter/source/ooxml/factoryimpl_ns.xsl
@@ -71,8 +71,9 @@
<xsl:variable name="ns" select="substring-before(substring-after($file, 'OOXMLFactory_'), '.cxx')"/>
<xsl:text>
#include "doctok/sprmids.hxx"
+#include "doctok/resourceids.hxx"
#include "ooxml/resourceids.hxx"
-#include "OOXMLfastresources.hxx"
+#include "OOXMLFactory_values.hxx"
#include "OOXMLFactory_</xsl:text>
<xsl:value-of select="$ns"/>
<xsl:text>.hxx"