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 /xmloff/source/text/XMLAutoTextEventExport.cxx | |
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 'xmloff/source/text/XMLAutoTextEventExport.cxx')
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventExport.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventExport.cxx b/xmloff/source/text/XMLAutoTextEventExport.cxx index 7dda6ac4806b..7ae9eb5ca742 100644 --- a/xmloff/source/text/XMLAutoTextEventExport.cxx +++ b/xmloff/source/text/XMLAutoTextEventExport.cxx @@ -41,8 +41,6 @@ using namespace ::com::sun::star; using namespace ::xmloff::token; -using ::std::set; -using ::com::sun::star::container::XNameAccess; using ::com::sun::star::container::XNameReplace; using ::com::sun::star::document::XEventsSupplier; using ::com::sun::star::lang::XMultiServiceFactory; |