diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-09-28 12:34:15 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-09-28 16:55:36 +0000 |
commit | e44961c95d06303766ca15291befcc6323cc5c2b (patch) | |
tree | b556f813de1e9a04567556216c435733bcdf232a | |
parent | 6adebd2b2b4cf1b78d6b545fcdf798164d7bbd9e (diff) |
cleanup includes
related tdf#102630 Useless /org.openoffice.Office/Substitution feature
Change-Id: Ifa260c962efcaacd7477fb03a3d4d07e43743e6f
Reviewed-on: https://gerrit.libreoffice.org/29359
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
-rw-r--r-- | framework/source/services/substitutepathvars.cxx | 18 |
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 { |