summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-16 00:05:16 +0200
committerMathias Bauer <mba@openoffice.org>2009-10-16 00:05:16 +0200
commit9f2fde7ab5de20926bb25a6b298b4e5dffb66eb2 (patch)
treeec41adfa92c0f9c839beb0ca704bfc03c6b303e9 /uui
parent074a6a2e1665983e5e9961c85a38b49c146a672c (diff)
#i103496#: split svtools; improve ConfitItems
Diffstat (limited to 'uui')
-rw-r--r--uui/source/cookiedg.cxx2
-rw-r--r--uui/source/iahndl.cxx6
-rw-r--r--uui/source/ids.hrc2
3 files changed, 5 insertions, 5 deletions
diff --git a/uui/source/cookiedg.cxx b/uui/source/cookiedg.cxx
index 699814efef32..caa7acc891b0 100644
--- a/uui/source/cookiedg.cxx
+++ b/uui/source/cookiedg.cxx
@@ -28,7 +28,7 @@
*
************************************************************************/
-#include <svtools/httpcook.hxx>
+#include <svl/httpcook.hxx>
#include <tools/urlobj.hxx>
#include <vcl/msgbox.hxx>
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 996fd24e531d..2db6cc79ac57 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -113,8 +113,8 @@
#include "vos/mutex.hxx"
#include "tools/rcid.h"
#include "vcl/svapp.hxx"
-#include "svtools/svtools.hrc"
-#include "svtools/httpcook.hxx"
+#include "svl/svtools.hrc"
+#include "svl/httpcook.hxx"
#include "svtools/sfxecode.hxx"
#include "toolkit/helper/vclunohelper.hxx"
#include "comphelper/sequenceashashmap.hxx"
@@ -140,7 +140,7 @@
#include "loginerr.hxx"
#include <comphelper/processfactory.hxx>
-#include <svtools/zforlist.hxx>
+#include <svl/zforlist.hxx>
using namespace com::sun;
namespace csss = ::com::sun::star::security;
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc
index 08624a3dda4e..a9960a58e3f2 100644
--- a/uui/source/ids.hrc
+++ b/uui/source/ids.hrc
@@ -32,7 +32,7 @@
#define UUI_IDS_HRC
#ifndef _SOLAR_HRC
-#include "svtools/solar.hrc"
+#include "svl/solar.hrc"
#endif
#ifndef _ERRCODE_HXX
#include "tools/errcode.hxx"