summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-03-22 14:32:16 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-03-25 09:13:27 +0100
commitd3e1ada45439937e0836696963b9d30ad5447b2c (patch)
treec5396d6e250445b533301ffbca59f98f65249c40 /unotools
parente4f938f246f3e4bfd9924e4ffcfae7b1cd9570eb (diff)
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 <vmiklos@collabora.com>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/misc/closeveto.cxx1
-rw-r--r--unotools/source/misc/sharedunocomponent.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/misc/closeveto.cxx b/unotools/source/misc/closeveto.cxx
index 92ef895bf931..bf2cb83829b6 100644
--- a/unotools/source/misc/closeveto.cxx
+++ b/unotools/source/misc/closeveto.cxx
@@ -33,7 +33,6 @@ namespace utl
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::uno::Exception;
- using ::com::sun::star::uno::RuntimeException;
using ::com::sun::star::util::XCloseable;
using ::com::sun::star::util::XCloseListener;
using ::com::sun::star::util::CloseVetoException;
diff --git a/unotools/source/misc/sharedunocomponent.cxx b/unotools/source/misc/sharedunocomponent.cxx
index 7580fdced945..789054104a31 100644
--- a/unotools/source/misc/sharedunocomponent.cxx
+++ b/unotools/source/misc/sharedunocomponent.cxx
@@ -35,8 +35,6 @@ namespace utl
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Exception;
using ::com::sun::star::uno::UNO_QUERY;
- using ::com::sun::star::uno::RuntimeException;
- using ::com::sun::star::lang::XComponent;
using ::com::sun::star::lang::EventObject;
using ::com::sun::star::util::XCloseable;
using ::com::sun::star::util::XCloseListener;