diff options
Diffstat (limited to 'svx/source/items/textitem.cxx')
-rw-r--r-- | svx/source/items/textitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/textitem.cxx b/svx/source/items/textitem.cxx index 2d1e5b6ebf9f..d891dc29b10c 100644 --- a/svx/source/items/textitem.cxx +++ b/svx/source/items/textitem.cxx @@ -47,7 +47,7 @@ #define GLOBALOVERFLOW3 -#include <svtools/memberid.hrc> +#include <svl/memberid.hrc> #include <svx/svxids.hrc> #include <svx/svxitems.hrc> #include <vcl/vclenum.hxx> @@ -56,10 +56,10 @@ #include <rtl/ustring.hxx> #include <i18npool/mslangid.hxx> -#include <svtools/itemset.hxx> +#include <svl/itemset.hxx> #include <svtools/langtab.hxx> -#include <svtools/itempool.hxx> +#include <svl/itempool.hxx> #include <svtools/ctrltool.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> |