diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-09-01 23:24:23 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-09-01 23:24:23 +0200 |
commit | 399cd057dd6e6b9ad49704984564912451a68bc0 (patch) | |
tree | 50b7a5fb11054e933499edfd9b1bf8a9745efce8 /sw | |
parent | 29cd8ec18e987cce7fba365bb205c7adb5657bcd (diff) |
More build fixing.
Writer also needed the ooxmlexport.hxx from oox now.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 41c585a6c538..8ddc77cb7680 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -45,7 +45,7 @@ #include <oox/export/drawingml.hxx> #include <oox/export/utils.hxx> #include <oox/export/vmlexport.hxx> -#include <filter/msfilter/ooxmlexport.hxx> +#include <oox/export/ooxmlexport.hxx> #include <i18npool/mslangid.hxx> |