[Libreoffice-commits] core.git: framework/source

Jochen Nitschke j.nitschke+logerrit at ok.de
Wed Sep 28 17:03:33 UTC 2016


 framework/source/services/substitutepathvars.cxx |   18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

New commits:
commit e44961c95d06303766ca15291befcc6323cc5c2b
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Wed Sep 28 12:34:15 2016 +0200

    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 at ok.de>
    Tested-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx
index b26dc9d..e4d15c7 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 {
 


More information about the Libreoffice-commits mailing list