summaryrefslogtreecommitdiff
path: root/svx/source/cui/backgrnd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/cui/backgrnd.cxx')
-rw-r--r--svx/source/cui/backgrnd.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/cui/backgrnd.cxx b/svx/source/cui/backgrnd.cxx
index 1c9c364e0b43..baf94dbeaa79 100644
--- a/svx/source/cui/backgrnd.cxx
+++ b/svx/source/cui/backgrnd.cxx
@@ -37,13 +37,13 @@
// include ---------------------------------------------------------------
#include <unotools/pathoptions.hxx>
-#include <svtools/intitem.hxx>
+#include <svl/intitem.hxx>
#include <vcl/msgbox.hxx>
#include <tools/urlobj.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/docfile.hxx>
#include <svtools/wallitem.hxx>
-#include <svtools/cntwall.hxx>
+#include <svl/cntwall.hxx>
#ifndef _CNTIDS_HRC
#include <sfx2/cntids.hrc>
#endif
@@ -77,7 +77,7 @@
#endif
#include <svx/svxids.hrc> //CHINA001
#include "flagsdef.hxx" //CHINA001
-#include <svtools/intitem.hxx> //CHINA001
+#include <svl/intitem.hxx> //CHINA001
#include <sfx2/request.hxx> //CHINA001
using namespace ::com::sun::star;
// static ----------------------------------------------------------------