diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshap2.cxx | 2 | ||||
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx index 6ce719e1bc3b..6a5b80064766 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -31,7 +31,7 @@ #include <unotools/localfilehelper.hxx> #include <vcl/svapp.hxx> #include <osl/mutex.hxx> -#include <svtools/fltcall.hxx> +#include <vcl/fltcall.hxx> #include <vcl/graphicfilter.hxx> #include <boost/scoped_ptr.hpp> diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index c453ea477a7d..23b9046c4fc3 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -24,7 +24,7 @@ #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <vcl/svapp.hxx> #include <svl/itemprop.hxx> -#include <svtools/fltcall.hxx> +#include <vcl/fltcall.hxx> #include <osl/mutex.hxx> #include <editeng/unotext.hxx> #include <svx/svdobj.hxx> |