diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2010-01-08 13:23:28 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2010-01-08 13:23:28 +0100 |
commit | f11c5dc93ef6c206e780ddd7d24943e728948ca1 (patch) | |
tree | 5dea2eb577eda893dff8c9f18d56a65d3cdeea48 /uui | |
parent | e5d0376c47d22195bab569da37248f1715c189e2 (diff) |
fixed compile error after resync.
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl-cookies.cxx | 2 | ||||
-rw-r--r-- | uui/source/iahndl-errorhandler.cxx | 2 | ||||
-rw-r--r-- | uui/source/iahndl-ssl.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl-cookies.cxx b/uui/source/iahndl-cookies.cxx index 89ed2779c732..9e8f45b5c154 100644 --- a/uui/source/iahndl-cookies.cxx +++ b/uui/source/iahndl-cookies.cxx @@ -34,7 +34,7 @@ #include "vos/mutex.hxx" #include "tools/list.hxx" -#include "svtools/httpcook.hxx" +#include "svl/httpcook.hxx" #include "vcl/svapp.hxx" #include "cookiedg.hxx" diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx index 6e385372339c..ed8fd2118184 100644 --- a/uui/source/iahndl-errorhandler.cxx +++ b/uui/source/iahndl-errorhandler.cxx @@ -40,7 +40,7 @@ #include "com/sun/star/task/XInteractionRetry.hpp" #include "tools/errinf.hxx" // ErrorHandler, ErrorContext, ... -#include "svtools/svtools.hrc" // RID_ERRHDL +#include "svl/svtools.hrc" // RID_ERRHDL #include "ids.hrc" #include "getcontinuations.hxx" diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx index 7788d1e0995d..e5e1a14bb20e 100644 --- a/uui/source/iahndl-ssl.cxx +++ b/uui/source/iahndl-ssl.cxx @@ -36,7 +36,7 @@ #include "vos/mutex.hxx" #include "tools/datetime.hxx" -#include "svtools/zforlist.hxx" +#include "svl/zforlist.hxx" #include "vcl/svapp.hxx" #include "ids.hrc" |