diff options
Diffstat (limited to 'svx/source/xml')
-rw-r--r-- | svx/source/xml/xmlgrhlp.cxx | 2 | ||||
-rw-r--r-- | svx/source/xml/xmltxtexp.cxx | 4 | ||||
-rw-r--r-- | svx/source/xml/xmltxtimp.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 7ab6a44fd3fb..7f43bc2df269 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -49,7 +49,7 @@ #include <vcl/metaact.hxx> #include <tools/zcodec.hxx> -#include "impgrf.hxx" +#include "svx/impgrf.hxx" #include "xmlgrhlp.hxx" #include <algorithm> diff --git a/svx/source/xml/xmltxtexp.cxx b/svx/source/xml/xmltxtexp.cxx index 5db6cc809bce..e941988b097e 100644 --- a/svx/source/xml/xmltxtexp.cxx +++ b/svx/source/xml/xmltxtexp.cxx @@ -38,8 +38,8 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> #include <tools/debug.hxx> -#include <svtools/itemprop.hxx> -#include <svtools/brdcst.hxx> +#include <svl/itemprop.hxx> +#include <svl/brdcst.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <sfx2/docfile.hxx> #ifndef _SVSTOR_HXX diff --git a/svx/source/xml/xmltxtimp.cxx b/svx/source/xml/xmltxtimp.cxx index 9bbe425dce66..b0087c6b4e26 100644 --- a/svx/source/xml/xmltxtimp.cxx +++ b/svx/source/xml/xmltxtimp.cxx @@ -44,7 +44,7 @@ #ifndef _SVSTOR_HXX #include <sot/storage.hxx> #endif -#include <svtools/itemprop.hxx> +#include <svl/itemprop.hxx> #include <sfx2/docfile.hxx> #include <xmloff/xmlimp.hxx> #include "xmloff/xmlmetae.hxx" |