summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-12-10 13:23:39 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-11 08:13:51 +0100
commitcc91ea2ce8db3622201be55edfa7c1cf7aa264a4 (patch)
treeb9ade5da1868e4abbebd161569ca88050bebf06b /filter
parent3004ba81597d75fd4253cb86f3455c4ae1c6acdb (diff)
Remove useless "using" in LibXSLTTransformer (filter)
Change-Id: I13f1ebd8a0f8d2ff0384cccb1f7a161f4af668f4 Reviewed-on: https://gerrit.libreoffice.org/46187 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltfilter/LibXSLTTransformer.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/xsltfilter/LibXSLTTransformer.hxx b/filter/source/xsltfilter/LibXSLTTransformer.hxx
index da5760a7890f..2e434033f93c 100644
--- a/filter/source/xsltfilter/LibXSLTTransformer.hxx
+++ b/filter/source/xsltfilter/LibXSLTTransformer.hxx
@@ -40,7 +40,6 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::uno;
-using ::std::list;
using ::std::map;
#define EXT_MODULE_OLE_URI "http://libreoffice.org/2011/xslt/ole"