diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/excimp8.cxx | 2 | ||||
-rw-r--r-- | sc/source/filter/excel/xiescher.cxx | 2 | ||||
-rw-r--r-- | sc/source/filter/html/htmlpars.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/drawfunc/fuins1.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun4.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx index c4937f840c3a..3ac521235ff5 100644 --- a/sc/source/filter/excel/excimp8.cxx +++ b/sc/source/filter/excel/excimp8.cxx @@ -26,7 +26,7 @@ #include <comphelper/mediadescriptor.hxx> #include <unotools/fltrcfg.hxx> -#include <svtools/wmf.hxx> +#include <vcl/wmf.hxx> #include <editeng/eeitem.hxx> diff --git a/sc/source/filter/excel/xiescher.cxx b/sc/source/filter/excel/xiescher.cxx index 33036c043c8a..6e16f279b7fe 100644 --- a/sc/source/filter/excel/xiescher.cxx +++ b/sc/source/filter/excel/xiescher.cxx @@ -44,7 +44,7 @@ #include <sfx2/objsh.hxx> #include <unotools/moduleoptions.hxx> #include <unotools/fltrcfg.hxx> -#include <svtools/wmf.hxx> +#include <vcl/wmf.hxx> #include <comphelper/types.hxx> #include <comphelper/classids.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx index d542b917be51..8e8103ef49c2 100644 --- a/sc/source/filter/html/htmlpars.cxx +++ b/sc/source/filter/html/htmlpars.cxx @@ -40,7 +40,7 @@ #include <sfx2/objsh.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svtools/parhtml.hxx> #include <svtools/htmlkywd.hxx> #include <svtools/htmltokn.h> diff --git a/sc/source/ui/drawfunc/fuins1.cxx b/sc/source/ui/drawfunc/fuins1.cxx index a5d619965cae..b0ac39edb810 100644 --- a/sc/source/ui/drawfunc/fuins1.cxx +++ b/sc/source/ui/drawfunc/fuins1.cxx @@ -25,7 +25,7 @@ #include <svx/svdpagv.hxx> #include <svx/svdview.hxx> #include <svx/linkwarn.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svl/stritem.hxx> #include <svtools/miscopt.hxx> #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx index 21d2687b08f2..8c9bd9cb2867 100644 --- a/sc/source/ui/view/viewfun4.cxx +++ b/sc/source/ui/view/viewfun4.cxx @@ -34,7 +34,7 @@ #include <sfx2/docfile.hxx> #include <sfx2/fcontnr.hxx> #include <svtools/langtab.hxx> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <svl/stritem.hxx> #include <svtools/transfer.hxx> #include <svl/urlbmk.hxx> |