summaryrefslogtreecommitdiff
path: root/framework/source/services/substitutepathvars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/substitutepathvars.cxx')
-rw-r--r--framework/source/services/substitutepathvars.cxx18
1 files changed, 2 insertions, 16 deletions
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx
index b26dc9da6950..e4d15c7b5752 100644
--- a/framework/source/services/substitutepathvars.cxx
+++ b/framework/source/services/substitutepathvars.cxx
@@ -19,26 +19,17 @@
#include <config_folders.h>
-#include <helper/networkdomain.hxx>
-
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include <unotools/configitem.hxx>
-#include <unotools/configmgr.hxx>
#include <unotools/bootstrap.hxx>
-#include <osl/mutex.hxx>
+#include <unotools/configmgr.hxx>
#include <osl/file.hxx>
#include <osl/security.hxx>
-#include <osl/socket.hxx>
-#include <osl/process.h>
+#include <osl/thread.hxx>
#include <i18nlangtag/languagetag.hxx>
-#include <i18nlangtag/mslangid.hxx>
-#include <tools/link.hxx>
#include <tools/urlobj.hxx>
-#include <tools/resmgr.hxx>
-#include <tools/wldcrd.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/bootstrap.hxx>
@@ -50,14 +41,9 @@
#include <com/sun/star/util/XStringSubstitution.hpp>
#include <unordered_map>
-#include <string.h>
using namespace com::sun::star::uno;
-using namespace com::sun::star::beans;
-using namespace com::sun::star::util;
-using namespace com::sun::star::lang;
using namespace com::sun::star::container;
-using namespace framework;
namespace {