From 150ac9cf05ed9da6a2af5bc3f820280fd853e519 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sun, 17 Apr 2016 19:20:37 +0200 Subject: clean-up: unused using declarations and includes Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- chart2/source/model/template/NetChartType.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'chart2/source/model/template/NetChartType.cxx') diff --git a/chart2/source/model/template/NetChartType.cxx b/chart2/source/model/template/NetChartType.cxx index df8f238decf6..c1ca343530d5 100644 --- a/chart2/source/model/template/NetChartType.cxx +++ b/chart2/source/model/template/NetChartType.cxx @@ -36,7 +36,6 @@ using namespace ::com::sun::star::chart2; using ::com::sun::star::beans::Property; using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Reference; -using ::osl::MutexGuard; namespace chart { -- cgit v1.2.1