From d3e1ada45439937e0836696963b9d30ad5447b2c Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 22 Mar 2020 14:32:16 +0100 Subject: Remove unused using declarations in oox...xmlsecurity Found by: run-clang-tidy-10 -checks=-*,misc-unused-using-decls Change-Id: I3e95791e223ef01e140a6217e29a9efae428a784 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90876 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- writerperfect/source/impress/KeynoteImportFilter.cxx | 1 - writerperfect/source/impress/StarOfficePresentationImportFilter.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'writerperfect/source/impress') diff --git a/writerperfect/source/impress/KeynoteImportFilter.cxx b/writerperfect/source/impress/KeynoteImportFilter.cxx index 2b12e1a0e968..1e69e85dc883 100644 --- a/writerperfect/source/impress/KeynoteImportFilter.cxx +++ b/writerperfect/source/impress/KeynoteImportFilter.cxx @@ -26,7 +26,6 @@ #include "KeynoteImportFilter.hxx" -using writerperfect::DocumentHandler; using writerperfect::WPXSvInputStream; namespace beans = com::sun::star::beans; diff --git a/writerperfect/source/impress/StarOfficePresentationImportFilter.cxx b/writerperfect/source/impress/StarOfficePresentationImportFilter.cxx index 7242c15e51d1..4f60f57e3d6c 100644 --- a/writerperfect/source/impress/StarOfficePresentationImportFilter.cxx +++ b/writerperfect/source/impress/StarOfficePresentationImportFilter.cxx @@ -13,7 +13,6 @@ #include "StarOfficePresentationImportFilter.hxx" -using com::sun::star::uno::RuntimeException; using com::sun::star::uno::Sequence; using com::sun::star::uno::XComponentContext; using com::sun::star::uno::XInterface; -- cgit