summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-08-05 19:09:03 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-08-05 19:16:03 +0200
commit459603e36a03e91310c236555f80ae612f02d6b2 (patch)
tree2f1f072690260e12e749ed93afd8c5087f86a999 /writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
parent91573182c8474297ef893f98bb04e830f3095cc2 (diff)
writerfilter: bin OOXML_something duplication of oox::XML_something constants
workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFastTokens.hxx was a duplication of workdir/CustomTarget/oox/generated/oox/token/tokens.hxx, except when the oox generator changed, the writerfilter copy was not adjusted and Bad Things happened. We don't need this. Change-Id: Id92481f110b04ec24cb424421aa0ec029b7896f3
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index 0719a56dd823..ae21ac313a25 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -31,7 +31,7 @@
#include "OOXMLParserState.hxx"
#include "OOXMLPropertySetImpl.hxx"
#include "OOXMLDocumentImpl.hxx"
-#include <ooxml/OOXMLFastTokens.hxx>
+#include <oox/token/tokens.hxx>
#include <svtools/embedhlp.hxx>
#include <oox/mathml/import.hxx>