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 /svx/source/dialog | |
parent | 255c03d6ad4ed13c456ee621e0af765684a475d2 (diff) |
Make LO buildable again after the GraphicFilter move.
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/compressgraphicdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index 1709ea4c157e..ab827f0c9f77 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx @@ -19,13 +19,13 @@ #include <dlgunit.hxx> #include <vcl/graph.hxx> +#include <vcl/graphicfilter.hxx> #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> #include <svx/svdograf.hxx> #include <svx/sdgcpitm.hxx> #include <svx/dialmgr.hxx> #include <svx/compressgraphicdialog.hxx> -#include <svtools/filter.hxx> #include <sfx2/dispatch.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Sequence.hxx> |