diff options
Diffstat (limited to 'svx/source/svrtf')
-rw-r--r-- | svx/source/svrtf/rtfgrf.cxx | 4 | ||||
-rw-r--r-- | svx/source/svrtf/rtfitem.cxx | 4 | ||||
-rw-r--r-- | svx/source/svrtf/svxrtf.cxx | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/svrtf/rtfgrf.cxx b/svx/source/svrtf/rtfgrf.cxx index de90302586d0..978f07f2acfa 100644 --- a/svx/source/svrtf/rtfgrf.cxx +++ b/svx/source/svrtf/rtfgrf.cxx @@ -40,11 +40,11 @@ #include <svtools/rtftoken.h> #include <svtools/filter.hxx> -#include "impgrf.hxx" +#include "svx/impgrf.hxx" #include "svxrtf.hxx" -#ifdef PRODUCT +#ifndef DBG_UTIL #undef DEBUG_JP #endif 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> |