diff options
Diffstat (limited to 'svx/source/svrtf')
-rw-r--r-- | svx/source/svrtf/rtfitem.cxx | 4 | ||||
-rw-r--r-- | svx/source/svrtf/svxrtf.cxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/svrtf/rtfitem.cxx b/svx/source/svrtf/rtfitem.cxx index 889298b89f35..8e19f67fb0f7 100644 --- a/svx/source/svrtf/rtfitem.cxx +++ b/svx/source/svrtf/rtfitem.cxx @@ -92,8 +92,8 @@ #include <svtools/rtftoken.h> -#include <svtools/itempool.hxx> -#include <svtools/itemiter.hxx> +#include <svl/itempool.hxx> +#include <svl/itemiter.hxx> #include "svxrtf.hxx" diff --git a/svx/source/svrtf/svxrtf.cxx b/svx/source/svrtf/svxrtf.cxx index 24e3c6f89666..a9d153562650 100644 --- a/svx/source/svrtf/svxrtf.cxx +++ b/svx/source/svrtf/svxrtf.cxx @@ -37,10 +37,10 @@ #include <ctype.h> #include <tools/datetime.hxx> #include <rtl/tencinfo.h> -#include <svtools/itemiter.hxx> -#include <svtools/whiter.hxx> +#include <svl/itemiter.hxx> +#include <svl/whiter.hxx> #include <svtools/rtftoken.h> -#include <svtools/itempool.hxx> +#include <svl/itempool.hxx> #include <comphelper/string.hxx> |