summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-03-02 06:59:39 +0100
committerDavid Tardon <dtardon@redhat.com>2013-03-03 09:28:25 +0100
commitd221ae0092568e096f3850344a59ec27b4ea8efa (patch)
tree82949d69bcf6e410e4c2fc35330ef139efbf4f8a /svx
parentbf0e0f88563377ee6f2db26970d3199c08acaa38 (diff)
move fltcall.hxx to vcl to avoid circ. dep.
Change-Id: I39ba1b68df0eeb54f47d9947c540b1523567492e
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshap2.cxx2
-rw-r--r--svx/source/unodraw/unoshape.cxx2
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>