summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2009-12-17 12:09:46 +0100
committerVladimir Glazunov <vg@openoffice.org>2009-12-17 12:09:46 +0100
commitc595aa56ee3dd24dc939684243876d301f3d8d35 (patch)
tree6e3e1a870976385583a20ee63e1cd2dc7fac2ec2
parent89824360ae48185b54edb2a02eadf9a2d5a5ea09 (diff)
#i100000# corrected includes
-rw-r--r--desktop/source/deployment/registry/help/dp_help.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/help/dp_help.cxx b/desktop/source/deployment/registry/help/dp_help.cxx
index 9b532d68e4..10ef1a7001 100644
--- a/desktop/source/deployment/registry/help/dp_help.cxx
+++ b/desktop/source/deployment/registry/help/dp_help.cxx
@@ -38,8 +38,8 @@
#include "osl/file.hxx"
#include "ucbhelper/content.hxx"
#include "comphelper/servicedecl.hxx"
-#include "svtools/inettype.hxx"
-#include "svtools/pathoptions.hxx"
+#include "svl/inettype.hxx"
+#include "unotools/pathoptions.hxx"
#include <transex3/compilehelp.hxx>
#include <com/sun/star/ucb/XSimpleFileAccess.hpp>