diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-30 10:57:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-30 21:15:03 +0200 |
commit | 709040e0adf0a533700576b14c8498f986a601e9 (patch) | |
tree | b442f01822040432312359c2c4bd1536d53085bb /oox/source | |
parent | 656c8754abc6678e5efcaa1fec1dcac0a01ca54c (diff) |
remove duplicate 'using namespace'
Change-Id: I7f8828f677cfb588135ff75c03ffb75895773440
Reviewed-on: https://gerrit.libreoffice.org/38201
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/export/drawingml.cxx | 1 | ||||
-rw-r--r-- | oox/source/vml/vmlshape.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index 94c70ffdb642..f12d63c999b7 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -99,7 +99,6 @@ using namespace ::css::style; using namespace ::css::text; using namespace ::css::uno; using namespace ::css::container; -using namespace ::css::text; using ::css::io::XOutputStream; using ::sax_fastparser::FSHelperPtr; diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx index 6a3a5f8e1bec..7c78234e511f 100644 --- a/oox/source/vml/vmlshape.cxx +++ b/oox/source/vml/vmlshape.cxx @@ -78,7 +78,6 @@ using namespace ::com::sun::star::text; namespace oox { namespace vml { -using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::graphic; using namespace ::com::sun::star::uno; |