[Libreoffice-commits] .: oox/Package_inc.mk starmath/inc
Thorsten Behrens
thorsten at kemper.freedesktop.org
Thu Sep 1 13:52:42 PDT 2011
oox/Package_inc.mk | 1 +
starmath/inc/unomodel.hxx | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 29cd8ec18e987cce7fba365bb205c7adb5657bcd
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Thu Sep 1 22:50:30 2011 +0200
Fix the build.
StarMath needs oox/export/ooxmlexport.hxx. This fixes
f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the
moved file from oox and adapting starmath.
diff --git a/oox/Package_inc.mk b/oox/Package_inc.mk
index ca29079..10f2b4c 100644
--- a/oox/Package_inc.mk
+++ b/oox/Package_inc.mk
@@ -41,6 +41,7 @@ $(eval $(call gb_Package_add_file,oox_inc,inc/oox/export/drawingml.hxx,oox/expor
$(eval $(call gb_Package_add_file,oox_inc,inc/oox/export/shapes.hxx,oox/export/shapes.hxx))
$(eval $(call gb_Package_add_file,oox_inc,inc/oox/export/utils.hxx,oox/export/utils.hxx))
$(eval $(call gb_Package_add_file,oox_inc,inc/oox/export/vmlexport.hxx,oox/export/vmlexport.hxx))
+$(eval $(call gb_Package_add_file,oox_inc,inc/oox/export/ooxmlexport.hxx,oox/export/ooxmlexport.hxx))
$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/binarystreambase.hxx,oox/helper/binarystreambase.hxx))
$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/containerhelper.hxx,oox/helper/containerhelper.hxx))
$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/graphichelper.hxx,oox/helper/graphichelper.hxx))
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index a55cac8..66479f9 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -37,7 +37,7 @@
#include <sfx2/sfxbasemodel.hxx>
#include <comphelper/propertysethelper.hxx>
#include <vcl/print.hxx>
-#include <filter/msfilter/ooxmlexport.hxx>
+#include <oox/export/ooxmlexport.hxx>
class SmFormat;
More information about the Libreoffice-commits
mailing list