[Libreoffice-commits] core.git: filter/source
Julien Nabet
serval2412 at yahoo.fr
Mon Dec 11 07:15:55 UTC 2017
filter/source/xsltfilter/LibXSLTTransformer.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit cc91ea2ce8db3622201be55edfa7c1cf7aa264a4
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Dec 10 13:23:39 2017 +0100
Remove useless "using" in LibXSLTTransformer (filter)
Change-Id: I13f1ebd8a0f8d2ff0384cccb1f7a161f4af668f4
Reviewed-on: https://gerrit.libreoffice.org/46187
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
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"
More information about the Libreoffice-commits
mailing list