[Libreoffice-commits] .: Branch 'integration/dev300_m98' - sd/source
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Mon Mar 7 21:38:29 PST 2011
sd/source/filter/eppt/pptx-epptooxml.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e5c72610aeb2e3a1f431703ca957151df6d900a4
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Mon Mar 7 23:38:18 2011 -0600
fix include for oox/token/tokens.hxx
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index 741ba03..114c9ff 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -29,7 +29,7 @@
#include <hash_map>
#include <stdio.h>
#include <oox/drawingml/chart/chartconverter.hxx>
-#include <oox/core/tokens.hxx>
+#include <oox/token/tokens.hxx>
#include <epptooxml.hxx>
#include <epptdef.hxx>
#include <oox/export/shapes.hxx>
More information about the Libreoffice-commits
mailing list