summaryrefslogtreecommitdiff
path: root/chart2/source/model
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2023-04-12 00:14:17 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-04-20 08:24:33 +0200
commitb4b3a0d40707f9ec126d7238b2974ac6ff7ee359 (patch)
tree54e2cbc51fc48842397f900dd40b78372c70d566 /chart2/source/model
parent4d8a46b819fb65ff13e306ac2c1580f87974bb6d (diff)
Run clang-tidy with misc-unused-using-decls on modules [a-c]*
To remove unneeded using declarations. Via the simple script: for i in $(find $dirname -name "*cxx" -o -name "*hxx" ); do clang-tidy-12 --checks="-*,misc-unused-using-decls" "$i"; done Change-Id: I95871cc0ae6f22a9684bae9d14ef0475aea17abb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150608 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2/source/model')
-rw-r--r--chart2/source/model/template/NetChartTypeTemplate.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/model/template/NetChartTypeTemplate.cxx b/chart2/source/model/template/NetChartTypeTemplate.cxx
index ce5813e05063..77908172b751 100644
--- a/chart2/source/model/template/NetChartTypeTemplate.cxx
+++ b/chart2/source/model/template/NetChartTypeTemplate.cxx
@@ -34,7 +34,6 @@
using namespace ::com::sun::star;
using ::com::sun::star::uno::Reference;
-using ::com::sun::star::uno::Sequence;
namespace chart
{