diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-16 23:30:28 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-18 13:38:25 +0200 |
commit | a5dba7dbec8fb6ac709375fc7c5af0430dfb6c0b (patch) | |
tree | 6fce5bdca06f99da25e2eb534b79ca46d6b328ea /xmloff | |
parent | 0c2623978ec45a374dbd9119ed3ff44b7741875a (diff) |
remove unused osl/mutex.hxx includes
Change-Id: I3b50e45fdb99e9cd8bfda07356ee3ddb4dd0f8bb
Reviewed-on: https://gerrit.libreoffice.org/38905
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/attrlist.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/animationimport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/attriblistmerge.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/StyleMap.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/transform/MutableAttrList.cxx | 2 |
6 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/core/attrlist.cxx b/xmloff/source/core/attrlist.cxx index 4cd94a6d768b..dd12c784f747 100644 --- a/xmloff/source/core/attrlist.cxx +++ b/xmloff/source/core/attrlist.cxx @@ -20,7 +20,6 @@ #include <string.h> #include <vector> -#include <osl/mutex.hxx> #include <osl/diagnose.h> #include <xmloff/xmltoken.hxx> #include <comphelper/servicehelper.hxx> @@ -29,7 +28,6 @@ #include <xmloff/attrlist.hxx> -using namespace ::osl; using namespace ::com::sun::star; using namespace ::xmloff::token; diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 65fb8ef35fd3..efaa9bb3e5a8 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -23,7 +23,6 @@ #include <tools/diagnose_ex.h> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <tools/urlobj.hxx> -#include <osl/mutex.hxx> #include <xmloff/unointerfacetouniqueidentifiermapper.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmluconv.hxx> @@ -66,7 +65,6 @@ using ::com::sun::star::beans::XPropertySetInfo; -using namespace ::osl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx index 704ab904b17b..6393d3e1acce 100644 --- a/xmloff/source/draw/animationimport.cxx +++ b/xmloff/source/draw/animationimport.cxx @@ -61,7 +61,6 @@ #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmluconv.hxx> -#include <osl/mutex.hxx> #include <osl/diagnose.h> #include <xmloff/nmspmap.hxx> #include <xmloff/xmlprhdl.hxx> diff --git a/xmloff/source/forms/attriblistmerge.hxx b/xmloff/source/forms/attriblistmerge.hxx index 0355adb66497..b17e86b021de 100644 --- a/xmloff/source/forms/attriblistmerge.hxx +++ b/xmloff/source/forms/attriblistmerge.hxx @@ -25,7 +25,6 @@ #include <vector> #include <cppuhelper/implbase.hxx> -#include <osl/mutex.hxx> #include <com/sun/star/xml/sax/XAttributeList.hpp> namespace xmloff diff --git a/xmloff/source/style/StyleMap.cxx b/xmloff/source/style/StyleMap.cxx index b500390daa35..08a9e612a6dc 100644 --- a/xmloff/source/style/StyleMap.cxx +++ b/xmloff/source/style/StyleMap.cxx @@ -19,12 +19,10 @@ #include <string.h> -#include <osl/mutex.hxx> #include <comphelper/servicehelper.hxx> #include "StyleMap.hxx" -using namespace osl; using namespace css::uno; using namespace css::lang; diff --git a/xmloff/source/transform/MutableAttrList.cxx b/xmloff/source/transform/MutableAttrList.cxx index c831e6f27d21..ae06de27d3c0 100644 --- a/xmloff/source/transform/MutableAttrList.cxx +++ b/xmloff/source/transform/MutableAttrList.cxx @@ -19,14 +19,12 @@ #include <string.h> -#include <osl/mutex.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/attrlist.hxx> #include <comphelper/servicehelper.hxx> #include "MutableAttrList.hxx" -using namespace ::osl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::util; |