From 95951c4b9d83952b6b8f8c0969b801d70091cb52 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 2 Jan 2013 22:07:41 +0100 Subject: Make LO buildable again after the GraphicFilter move. Conflicts: cui/source/dialogs/SpellDialog.cxx editeng/source/items/frmitems.cxx filter/qa/cppunit/filters-pict-test.cxx sd/source/filter/grf/sdgrffilter.cxx sd/source/ui/app/sddll.cxx svgio/source/svgreader/svgimagenode.cxx svtools/Library_svt.mk svtools/Module_svtools.mk svtools/Package_inc.mk svtools/source/filter/exportdialog.cxx svx/source/core/graphichelper.cxx svx/source/dialog/compressgraphicdialog.cxx sw/source/ui/shells/grfshex.cxx sw/source/ui/uiview/view2.cxx sw/source/ui/utlui/glbltree.cxx test/source/bootstrapfixture.cxx tubes/source/contacts.cxx vcl/Library_vcl.mk vcl/qa/cppunit/graphicfilter/filters-test.cxx vcl/source/filter/FilterConfigCache.cxx vcl/source/filter/graphicfilter.cxx writerfilter/source/rtftok/rtfdocumentimpl.cxx Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c --- svx/source/gallery2/galbrws2.cxx | 2 +- svx/source/gallery2/galctrl.cxx | 2 +- svx/source/gallery2/galmisc.cxx | 4 ++-- svx/source/svdraw/svdograf.cxx | 4 ++-- svx/source/svdraw/svdoole2.cxx | 2 +- svx/source/unodraw/UnoGraphicExporter.cxx | 4 ++-- svx/source/unodraw/unoshap2.cxx | 4 ++-- svx/source/unodraw/unoshap4.cxx | 4 ++-- svx/source/unodraw/unoshape.cxx | 2 +- svx/source/xml/xmlgrhlp.cxx | 2 +- svx/source/xoutdev/_xoutbmp.cxx | 4 ++-- 11 files changed, 17 insertions(+), 17 deletions(-) (limited to 'svx') diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index 70cd6578be37..f23eef6c3894 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -39,7 +39,7 @@ #include #include #include -#include "svtools/filter.hxx" +#include #include #include "helpid.hrc" #include "svx/gallery.hxx" diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx index 2a00e5cdd2b7..c600d4ff44f5 100644 --- a/svx/source/gallery2/galctrl.cxx +++ b/svx/source/gallery2/galctrl.cxx @@ -41,7 +41,7 @@ #include "galobj.hxx" #include #include "gallery.hrc" -#include +#include // ----------- // - Defines - diff --git a/svx/source/gallery2/galmisc.cxx b/svx/source/gallery2/galmisc.cxx index 00ee9b709f19..a8574d6f9bce 100644 --- a/svx/source/gallery2/galmisc.cxx +++ b/svx/source/gallery2/galmisc.cxx @@ -36,13 +36,13 @@ #include #include #include -#include +#include #include #include #include #include -#include "svtools/filter.hxx" +#include #include #include #include diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index d82f72cda713..5187a7e1fb2e 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include #include @@ -56,7 +56,7 @@ #include #include "svx/svdviter.hxx" #include -#include "svtools/filter.hxx" +#include #include #include #include diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx index 8c111dce9133..3d9a9aaa3cf7 100644 --- a/svx/source/svdraw/svdoole2.cxx +++ b/svx/source/svdraw/svdoole2.cxx @@ -51,7 +51,7 @@ #include #include -#include +#include #include #include diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index 46220ea115fc..6a3c4aa38551 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -55,7 +55,7 @@ #include #include #include -#include +#include #include #include #include @@ -66,7 +66,7 @@ #include #include #include "svx/xoutbmp.hxx" -#include "svtools/filter.hxx" +#include #include "svx/unoapi.hxx" #include #include diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx index 9fab3b72eada..7fccb30df7e7 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -43,7 +43,7 @@ #include #include #include -#include +#include #include #include @@ -70,7 +70,7 @@ #include #include -#include +#include using ::rtl::OUString; using namespace ::osl; diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index 3fe75fc23e55..db5636e11afa 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -48,7 +48,7 @@ #include #include -#include +#include #include #include "shapeimpl.hxx" @@ -60,7 +60,7 @@ #include "svx/svdview.hxx" #include "svx/svdglob.hxx" #include "svx/svdstr.hrc" -#include +#include /////////////////////////////////////////////////////////////////////// diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 28b00a72d909..4107df1a3136 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -102,7 +102,7 @@ #include "svx/extrud3d.hxx" #include -#include +#include using ::rtl::OUString; using namespace ::osl; diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index bd4954a6d348..d7545f5e4836 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -48,7 +48,7 @@ #include #include -#include "svtools/filter.hxx" +#include #include "svx/xmlgrhlp.hxx" #include "svx/xmleohlp.hxx" diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx index 1bb0b38e0e21..8da5c99e687c 100644 --- a/svx/source/xoutdev/_xoutbmp.cxx +++ b/svx/source/xoutdev/_xoutbmp.cxx @@ -36,8 +36,8 @@ #include #include #include "svx/xoutbmp.hxx" -#include -#include +#include +#include // ----------- // - Defines - -- cgit