diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-01-02 22:07:41 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-01-04 22:02:51 +0100 |
commit | 0c22f3eadd3ffb461eada94f4b019fbb2161f197 (patch) | |
tree | 81091634b534d4b017a6a1a153df942046da7447 /sw | |
parent | 255c03d6ad4ed13c456ee621e0af765684a475d2 (diff) |
Make LO buildable again after the GraphicFilter move.
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/graphic/ndgrf.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/ole/ndole.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/writer/writer.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww1/fltshell.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww1/w1filter.cxx | 3 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtw8esh.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtww8gr.cxx | 3 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8graf2.cxx | 3 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par4.cxx | 3 | ||||
-rw-r--r-- | sw/source/ui/dochdl/swdtflvr.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/frmdlg/frmpage.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/lingu/olmenu.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/basesh.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/grfshex.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/textsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/uiview/view2.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/uno/swdetect.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/utlui/glbltree.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/utlui/navipi.cxx | 2 |
19 files changed, 23 insertions, 19 deletions
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx index 2b516de003bd..02f10f4530e0 100644 --- a/sw/source/core/graphic/ndgrf.cxx +++ b/sw/source/core/graphic/ndgrf.cxx @@ -23,7 +23,7 @@ #include <svl/undo.hxx> #include <svl/fstathelper.hxx> #include <svtools/imap.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <sot/storage.hxx> #include <sfx2/linkmgr.hxx> #include <editeng/boxitem.hxx> diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index d7a021622fdd..71775aa33853 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx @@ -51,7 +51,7 @@ #include <vcl/graph.hxx> #include <sot/formats.hxx> #include <unotools/ucbstreamhelper.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <comcore.hrc> using rtl::OUString; diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx index cb60fb6e3bfe..21dd1bceb9fb 100644 --- a/sw/source/filter/writer/writer.cxx +++ b/sw/source/filter/writer/writer.cxx @@ -22,7 +22,7 @@ #include <sot/storage.hxx> #include <sfx2/docfile.hxx> #include <svl/urihelper.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <editeng/fontitem.hxx> #include <editeng/eeitem.hxx> #include <shellio.hxx> diff --git a/sw/source/filter/ww1/fltshell.cxx b/sw/source/filter/ww1/fltshell.cxx index a634c30bd19e..24c4cd5c0f24 100644 --- a/sw/source/filter/ww1/fltshell.cxx +++ b/sw/source/filter/ww1/fltshell.cxx @@ -21,7 +21,7 @@ #include <ctype.h> #include <hintids.hxx> #include <hints.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <vcl/graph.hxx> #include <svl/urihelper.hxx> diff --git a/sw/source/filter/ww1/w1filter.cxx b/sw/source/filter/ww1/w1filter.cxx index 9aa175520c06..b2f867bd5b0e 100644 --- a/sw/source/filter/ww1/w1filter.cxx +++ b/sw/source/filter/ww1/w1filter.cxx @@ -22,8 +22,9 @@ #include <tools/solar.h> #include <comphelper/string.hxx> #include <editeng/paperinf.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <vcl/graph.hxx> +#include <vcl/wmf.hxx> #include <editeng/fontitem.hxx> #include <editeng/lrspitem.hxx> #include <editeng/ulspitem.hxx> diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx index ed206c472107..8707c22a0510 100644 --- a/sw/source/filter/ww8/wrtw8esh.cxx +++ b/sw/source/filter/ww8/wrtw8esh.cxx @@ -26,7 +26,7 @@ #include <com/sun/star/drawing/XShape.hpp> #include <vcl/svapp.hxx> #include <sot/storage.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svl/itemiter.hxx> #include <svx/svdobj.hxx> #include <svx/svdotext.hxx> diff --git a/sw/source/filter/ww8/wrtww8gr.cxx b/sw/source/filter/ww8/wrtww8gr.cxx index 778f2f663f57..c70ad3c71748 100644 --- a/sw/source/filter/ww8/wrtww8gr.cxx +++ b/sw/source/filter/ww8/wrtww8gr.cxx @@ -22,7 +22,8 @@ #include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <rtl/math.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> +#include <vcl/wmf.hxx> #include <svl/itemiter.hxx> #include "svl/urihelper.hxx" diff --git a/sw/source/filter/ww8/ww8graf2.cxx b/sw/source/filter/ww8/ww8graf2.cxx index 1e73c44cc4bc..b9f90a00cab7 100644 --- a/sw/source/filter/ww8/ww8graf2.cxx +++ b/sw/source/filter/ww8/ww8graf2.cxx @@ -45,7 +45,8 @@ #include "ww8par.hxx" // class SwWWImplReader #include "ww8par2.hxx" // struct WWFlyPara #include "ww8graf.hxx" -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> +#include <vcl/wmf.hxx> using namespace ::com::sun::star; using namespace sw::types; diff --git a/sw/source/filter/ww8/ww8par4.cxx b/sw/source/filter/ww8/ww8par4.cxx index 322425dfdf9f..3349fbf9b413 100644 --- a/sw/source/filter/ww8/ww8par4.cxx +++ b/sw/source/filter/ww8/ww8par4.cxx @@ -47,7 +47,8 @@ #include <shellio.hxx> #include <ndole.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> +#include <vcl/wmf.hxx> #include "ww8scan.hxx" #include "ww8par.hxx" diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx index 2267a66b6803..28bd60c6454c 100644 --- a/sw/source/ui/dochdl/swdtflvr.cxx +++ b/sw/source/ui/dochdl/swdtflvr.cxx @@ -65,7 +65,7 @@ #include <sfx2/docfile.hxx> #include <unotools/transliterationwrapper.hxx> #include <unotools/streamwrap.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svx/unomodel.hxx> #include <fmturl.hxx> diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index 5b03eed972db..051b9dd30fb6 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -65,7 +65,7 @@ #include <com/sun/star/ui/dialogs/XFilePicker.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> using namespace ::com::sun::star; using ::rtl::OUString; diff --git a/sw/source/ui/lingu/olmenu.cxx b/sw/source/ui/lingu/olmenu.cxx index f337aa84d810..6cb971916710 100644 --- a/sw/source/ui/lingu/olmenu.cxx +++ b/sw/source/ui/lingu/olmenu.cxx @@ -57,7 +57,7 @@ #include <linguistic/misc.hxx> #include <osl/file.hxx> #include <rtl/string.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/imagemgr.hxx> #include <sfx2/request.hxx> diff --git a/sw/source/ui/shells/basesh.cxx b/sw/source/ui/shells/basesh.cxx index e8196c26dda3..b24b34a5401c 100644 --- a/sw/source/ui/shells/basesh.cxx +++ b/sw/source/ui/shells/basesh.cxx @@ -34,7 +34,7 @@ #include <svl/whiter.hxx> #include <svl/visitem.hxx> #include <sfx2/objitem.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svx/gallery.hxx> #include <editeng/langitem.hxx> #include <svx/clipfmtitem.hxx> diff --git a/sw/source/ui/shells/grfshex.cxx b/sw/source/ui/shells/grfshex.cxx index b31920f31538..428c91bee035 100644 --- a/sw/source/ui/shells/grfshex.cxx +++ b/sw/source/ui/shells/grfshex.cxx @@ -26,7 +26,7 @@ #include <swundo.hxx> #include <shells.hrc> #include <caption.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svx/htmlmode.hxx> #include <doc.hxx> #include <docsh.hxx> diff --git a/sw/source/ui/shells/textsh.cxx b/sw/source/ui/shells/textsh.cxx index 4af3d0707faa..1a56086c2aa4 100644 --- a/sw/source/ui/shells/textsh.cxx +++ b/sw/source/ui/shells/textsh.cxx @@ -50,7 +50,7 @@ #include <editeng/sizeitem.hxx> #include <editeng/svxacorr.hxx> #include <editeng/scripttypeitem.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svx/htmlmode.hxx> #include <svx/pfiledlg.hxx> #include <svtools/htmlcfg.hxx> diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx index 020c7429d233..b372cccae99f 100644 --- a/sw/source/ui/uiview/view2.cxx +++ b/sw/source/ui/uiview/view2.cxx @@ -20,7 +20,7 @@ #include <com/sun/star/util/SearchOptions.hpp> #include <com/sun/star/util/SearchFlags.hpp> #include <com/sun/star/i18n/TransliterationModules.hpp> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <com/sun/star/sdb/DatabaseContext.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> diff --git a/sw/source/ui/uno/swdetect.cxx b/sw/source/ui/uno/swdetect.cxx index c5d7557349e4..4ccf329cd8e3 100644 --- a/sw/source/ui/uno/swdetect.cxx +++ b/sw/source/ui/uno/swdetect.cxx @@ -53,7 +53,7 @@ #include <sfx2/docfilt.hxx> #include <sfx2/fcontnr.hxx> #include <sfx2/brokenpackageint.hxx> -#include <svtools/FilterConfigItem.hxx> +#include <vcl/FilterConfigItem.hxx> #include <unotools/moduleoptions.hxx> #include <comphelper/ihwrapnofilter.hxx> diff --git a/sw/source/ui/utlui/glbltree.cxx b/sw/source/ui/utlui/glbltree.cxx index 9f4d46c25e7f..b1614d851dbe 100644 --- a/sw/source/ui/utlui/glbltree.cxx +++ b/sw/source/ui/utlui/glbltree.cxx @@ -28,7 +28,7 @@ #include <sot/filelist.hxx> #include <svl/eitem.hxx> #include <svl/urlbmk.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include "svtools/treelistentry.hxx" #include <sfx2/docinsert.hxx> #include <sfx2/filedlghelper.hxx> diff --git a/sw/source/ui/utlui/navipi.cxx b/sw/source/ui/utlui/navipi.cxx index 4eff264a2b42..f766149bee00 100644 --- a/sw/source/ui/utlui/navipi.cxx +++ b/sw/source/ui/utlui/navipi.cxx @@ -24,7 +24,7 @@ #include <comphelper/string.hxx> #include <svl/urlbmk.hxx> #include <svl/stritem.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svl/urihelper.hxx> #include <sot/formats.hxx> #include <sot/filelist.hxx> |