diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-09-01 22:50:30 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-09-01 22:52:25 +0200 |
commit | 29cd8ec18e987cce7fba365bb205c7adb5657bcd (patch) | |
tree | 484aac7318e49634a7fe058c98e643916e730cdb /starmath | |
parent | 067e7bb99728af66833e7300e056d3149343be74 (diff) |
Fix the build.
StarMath needs oox/export/ooxmlexport.hxx. This fixes
f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the
moved file from oox and adapting starmath.
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/unomodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx index a55cac884158..66479f988ec5 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; |