[Libreoffice-commits] .: sw/source

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Sep 1 14:25:16 PDT 2011


 sw/source/filter/ww8/docxattributeoutput.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 399cd057dd6e6b9ad49704984564912451a68bc0
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Thu Sep 1 23:24:23 2011 +0200

    More build fixing.
    
    Writer also needed the ooxmlexport.hxx from oox now.

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 41c585a..8ddc77c 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>
 


More information about the Libreoffice-commits mailing list