diff options
Diffstat (limited to 'svx/source/mnuctrls')
-rw-r--r-- | svx/source/mnuctrls/SmartTagCtl.cxx | 2 | ||||
-rw-r--r-- | svx/source/mnuctrls/clipboardctl.cxx | 4 | ||||
-rw-r--r-- | svx/source/mnuctrls/fntszctl.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/mnuctrls/SmartTagCtl.cxx b/svx/source/mnuctrls/SmartTagCtl.cxx index 8921bff841c1..0b922d5cfd12 100644 --- a/svx/source/mnuctrls/SmartTagCtl.cxx +++ b/svx/source/mnuctrls/SmartTagCtl.cxx @@ -37,7 +37,7 @@ #include <com/sun/star/container/XStringKeyMap.hpp> #endif #include <svtools/stdmenu.hxx> -#include <svtools/eitem.hxx> +#include <svl/eitem.hxx> #include <sfx2/dispatch.hxx> #ifndef _SVX_SVXIDS_HRC #include <svx/svxids.hrc> diff --git a/svx/source/mnuctrls/clipboardctl.cxx b/svx/source/mnuctrls/clipboardctl.cxx index 3cd538e4c079..aa8f73189533 100644 --- a/svx/source/mnuctrls/clipboardctl.cxx +++ b/svx/source/mnuctrls/clipboardctl.cxx @@ -35,9 +35,9 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <tools/gen.hxx> -#include <svtools/intitem.hxx> +#include <svl/intitem.hxx> #include <sot/exchange.hxx> -#include <svtools/eitem.hxx> +#include <svl/eitem.hxx> #include <vcl/toolbox.hxx> #include <clipboardctl.hxx> #include <clipfmtitem.hxx> diff --git a/svx/source/mnuctrls/fntszctl.cxx b/svx/source/mnuctrls/fntszctl.cxx index 65bf41c48825..4a4f2a54a1f0 100644 --- a/svx/source/mnuctrls/fntszctl.cxx +++ b/svx/source/mnuctrls/fntszctl.cxx @@ -32,7 +32,7 @@ #include "precompiled_svx.hxx" #include <string> // HACK: prevent conflict between STLPORT and Workshop headern -#include <svtools/itempool.hxx> +#include <svl/itempool.hxx> #include <svtools/stdmenu.hxx> #include <svtools/ctrltool.hxx> #include <sfx2/app.hxx> |