From f8231a9765b63ef57d4e099936b94357267ac9b3 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 27 Apr 2013 23:04:15 +0200 Subject: some eco-activism Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130 --- svtools/source/graphic/descriptor.hxx | 2 -- svtools/source/graphic/graphic.hxx | 2 -- svtools/source/graphic/transformer.hxx | 2 -- svtools/source/inc/provider.hxx | 2 -- svtools/source/inc/renderer.hxx | 3 --- svtools/source/uno/miscservices.cxx | 1 + 6 files changed, 1 insertion(+), 11 deletions(-) (limited to 'svtools') diff --git a/svtools/source/graphic/descriptor.hxx b/svtools/source/graphic/descriptor.hxx index e5babc70764e..ed8f87c312eb 100644 --- a/svtools/source/graphic/descriptor.hxx +++ b/svtools/source/graphic/descriptor.hxx @@ -53,8 +53,6 @@ #define MIMETYPE_SVG "image/svg+xml" #define MIMETYPE_VCLGRAPHIC "image/x-vclgraphic" -using namespace com::sun::star; - namespace comphelper { class PropertySetInfo; } namespace com { namespace sun { namespace star { namespace io { class XInputStream; } } } } diff --git a/svtools/source/graphic/graphic.hxx b/svtools/source/graphic/graphic.hxx index adecace1c5ce..de1958fe885a 100644 --- a/svtools/source/graphic/graphic.hxx +++ b/svtools/source/graphic/graphic.hxx @@ -28,8 +28,6 @@ #include "descriptor.hxx" #include "transformer.hxx" -using namespace com::sun::star; - class Graphic; namespace unographic { diff --git a/svtools/source/graphic/transformer.hxx b/svtools/source/graphic/transformer.hxx index 9ae4cffdda47..6abef364deb2 100644 --- a/svtools/source/graphic/transformer.hxx +++ b/svtools/source/graphic/transformer.hxx @@ -24,8 +24,6 @@ #include #include -using namespace com::sun::star; - namespace unographic { // ---------------------- diff --git a/svtools/source/inc/provider.hxx b/svtools/source/inc/provider.hxx index 6095e5f8fed1..c27836f9396a 100644 --- a/svtools/source/inc/provider.hxx +++ b/svtools/source/inc/provider.hxx @@ -25,8 +25,6 @@ #include #include -using namespace com::sun::star; - namespace unographic { // ------------------- diff --git a/svtools/source/inc/renderer.hxx b/svtools/source/inc/renderer.hxx index 58d2774c8a82..f7841028281b 100644 --- a/svtools/source/inc/renderer.hxx +++ b/svtools/source/inc/renderer.hxx @@ -27,9 +27,6 @@ #include #include - -using namespace com::sun::star; - class OutputDevice; namespace unographic { diff --git a/svtools/source/uno/miscservices.cxx b/svtools/source/uno/miscservices.cxx index 406367971782..da5e7d248e2e 100644 --- a/svtools/source/uno/miscservices.cxx +++ b/svtools/source/uno/miscservices.cxx @@ -34,6 +34,7 @@ #include "cppuhelper/implementationentry.hxx" +using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::registry; using namespace ::com::sun::star::lang; -- cgit