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/unodraw/unoshap4.cxx | |
parent | 255c03d6ad4ed13c456ee621e0af765684a475d2 (diff) |
Make LO buildable again after the GraphicFilter move.
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
Diffstat (limited to 'svx/source/unodraw/unoshap4.cxx')
-rw-r--r-- | svx/source/unodraw/unoshap4.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index 27f3f074b1e1..c516b6ff6563 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -37,7 +37,7 @@ #include <sot/storage.hxx> #include <sot/exchange.hxx> -#include <svtools/FilterConfigItem.hxx> +#include <vcl/FilterConfigItem.hxx> #include <svx/svdmodel.hxx> #include "shapeimpl.hxx" @@ -49,7 +49,7 @@ #include "svx/svdview.hxx" #include "svx/svdglob.hxx" #include "svx/svdstr.hrc" -#include <svtools/wmf.hxx> +#include <vcl/wmf.hxx> /////////////////////////////////////////////////////////////////////// |