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 /oox | |
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 'oox')
-rw-r--r-- | oox/source/core/fragmenthandler2.cxx | 2 | ||||
-rw-r--r-- | oox/source/export/ColorPropertySet.cxx | 1 | ||||
-rw-r--r-- | oox/source/helper/propertymap.cxx | 4 |
3 files changed, 0 insertions, 7 deletions
diff --git a/oox/source/core/fragmenthandler2.cxx b/oox/source/core/fragmenthandler2.cxx index 3e6112820bad..a4855c1be8f0 100644 --- a/oox/source/core/fragmenthandler2.cxx +++ b/oox/source/core/fragmenthandler2.cxx @@ -29,8 +29,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; -using ::com::sun::star::uno::Sequence; - FragmentHandler2::FragmentHandler2( XmlFilterBase& rFilter, const OUString& rFragmentPath, bool bEnableTrimSpace ) : FragmentHandler( rFilter, rFragmentPath ), ContextHandler2Helper( bEnableTrimSpace ) diff --git a/oox/source/export/ColorPropertySet.cxx b/oox/source/export/ColorPropertySet.cxx index 84f7da6a72f8..e2734a8e7d8e 100644 --- a/oox/source/export/ColorPropertySet.cxx +++ b/oox/source/export/ColorPropertySet.cxx @@ -30,7 +30,6 @@ using namespace ::com::sun::star::beans; using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Sequence; -using ::com::sun::star::uno::RuntimeException; namespace { diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx index d21b8f0418b8..00fd23d01505 100644 --- a/oox/source/helper/propertymap.cxx +++ b/oox/source/helper/propertymap.cxx @@ -51,13 +51,9 @@ using ::com::sun::star::text::WritingMode; #include <oox/token/propertynames.hxx> using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Reference; -using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::uno::Sequence; -using ::com::sun::star::lang::IllegalArgumentException; -using ::com::sun::star::lang::WrappedTargetException; using ::com::sun::star::beans::Property; using ::com::sun::star::beans::PropertyValue; -using ::com::sun::star::beans::PropertyVetoException; using ::com::sun::star::beans::UnknownPropertyException; using ::com::sun::star::beans::XPropertyChangeListener; using ::com::sun::star::beans::XPropertySet; |