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 /chart2 | |
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 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_ChartType.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ChartType.cxx b/chart2/source/controller/dialogs/dlg_ChartType.cxx index fa260e003022..96c10ebc9710 100644 --- a/chart2/source/controller/dialogs/dlg_ChartType.cxx +++ b/chart2/source/controller/dialogs/dlg_ChartType.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/chart2/XChartDocument.hpp> #include <vcl/layout.hxx> -using namespace ::com::sun::star; namespace chart { |