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 /cui | |
parent | 255c03d6ad4ed13c456ee621e0af765684a475d2 (diff) |
Make LO buildable again after the GraphicFilter move.
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/cuigaldlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/thesdlg.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index b4771dec75a3..4fa2cfe9b1af 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -28,7 +28,7 @@ #include <svl/undo.hxx> #include <unotools/lingucfg.hxx> #include <vcl/textdata.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <editeng/unolingu.hxx> #include <editeng/splwrap.hxx> #include <linguistic/lngprops.hxx> diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index cc62e89e8fdb..2c9df74420a7 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -26,7 +26,7 @@ #include <unotools/bootstrap.hxx> #include <com/sun/star/uno/Any.h> #include <vcl/graph.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svtools/langhelp.hxx> #include "com/sun/star/system/SystemShellExecuteFlags.hpp" diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index 4e50bb363932..d443b5e2c3b1 100644 --- a/cui/source/dialogs/cuigaldlg.cxx +++ b/cui/source/dialogs/cuigaldlg.cxx @@ -29,7 +29,7 @@ #include <avmedia/mediawindow.hxx> #include <unotools/pathoptions.hxx> #include <sfx2/opengrf.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svx/gallery1.hxx> #include <svx/galtheme.hxx> #include "cuigaldlg.hxx" diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 24f97b0c5de1..e94cbedc54be 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -24,7 +24,7 @@ #include <tools/shl.hxx> #include <svl/lngmisc.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svtools/svlbitm.hxx> #include <svtools/treelistbox.hxx> #include "svtools/treelistentry.hxx" |