diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-22 14:32:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-25 09:13:27 +0100 |
commit | d3e1ada45439937e0836696963b9d30ad5447b2c (patch) | |
tree | c5396d6e250445b533301ffbca59f98f65249c40 /ucb | |
parent | e4f938f246f3e4bfd9924e4ffcfae7b1cd9570eb (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 'ucb')
-rw-r--r-- | ucb/source/ucp/ext/ucpext_content.cxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_datasupplier.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_provider.cxx | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx index 2d445acc2a3e..44cc30f511f0 100644 --- a/ucb/source/ucp/ext/ucpext_content.cxx +++ b/ucb/source/ucp/ext/ucpext_content.cxx @@ -52,16 +52,13 @@ namespace ucb::ucp::ext using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::UNO_SET_THROW; using ::com::sun::star::uno::Exception; - using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::uno::Any; using ::com::sun::star::uno::makeAny; using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::ucb::XContentIdentifier; - using ::com::sun::star::ucb::XContent; using ::com::sun::star::ucb::XCommandEnvironment; using ::com::sun::star::ucb::Command; - using ::com::sun::star::ucb::CommandAbortedException; using ::com::sun::star::beans::Property; using ::com::sun::star::lang::IllegalArgumentException; using ::com::sun::star::beans::PropertyValue; @@ -69,7 +66,6 @@ namespace ucb::ucp::ext using ::com::sun::star::ucb::XDynamicResultSet; using ::com::sun::star::ucb::UnsupportedCommandException; using ::com::sun::star::sdbc::XRow; - using ::com::sun::star::beans::XPropertySet; using ::com::sun::star::beans::PropertyChangeEvent; using ::com::sun::star::lang::IllegalAccessException; using ::com::sun::star::ucb::CommandInfo; diff --git a/ucb/source/ucp/ext/ucpext_datasupplier.cxx b/ucb/source/ucp/ext/ucpext_datasupplier.cxx index 92d78142bc7e..7de5fb09aa3d 100644 --- a/ucb/source/ucp/ext/ucpext_datasupplier.cxx +++ b/ucb/source/ucp/ext/ucpext_datasupplier.cxx @@ -51,7 +51,6 @@ namespace ucb::ucp::ext using ::com::sun::star::ucb::XContentIdentifier; using ::com::sun::star::sdbc::XRow; using ::com::sun::star::ucb::IllegalIdentifierException; - using ::com::sun::star::ucb::ResultSetException; using ::com::sun::star::deployment::PackageInformationProvider; using ::com::sun::star::deployment::XPackageInformationProvider; using ::com::sun::star::sdbc::XResultSet; diff --git a/ucb/source/ucp/ext/ucpext_provider.cxx b/ucb/source/ucp/ext/ucpext_provider.cxx index 5af819c90f6f..de1bb15e4a46 100644 --- a/ucb/source/ucp/ext/ucpext_provider.cxx +++ b/ucb/source/ucp/ext/ucpext_provider.cxx @@ -32,7 +32,6 @@ namespace ucb::ucp::ext using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; - using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::uno::Sequence; using ::com::sun::star::ucb::XContentIdentifier; using ::com::sun::star::ucb::IllegalIdentifierException; |