[Libreoffice-commits] core.git: filter/source
Julien Nabet
serval2412 at yahoo.fr
Sun Dec 3 20:11:14 UTC 2017
filter/source/xsltfilter/LibXSLTTransformer.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit a0ec8bffa48e995b1fb2943c37ecea42e3d5a366
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Dec 3 17:14:11 2017 +0100
Remove some useless include and using
Change-Id: I3a4fd9405913b0336c90f17c7b53769c87252f0f
Reviewed-on: https://gerrit.libreoffice.org/45745
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/xsltfilter/LibXSLTTransformer.cxx b/filter/source/xsltfilter/LibXSLTTransformer.cxx
index 7accfcb0a384..6cb85e9af6b8 100644
--- a/filter/source/xsltfilter/LibXSLTTransformer.cxx
+++ b/filter/source/xsltfilter/LibXSLTTransformer.cxx
@@ -11,7 +11,6 @@
#include <algorithm>
#include <cstdio>
#include <cstring>
-#include <list>
#include <map>
#include <utility>
#include <vector>
@@ -55,8 +54,6 @@ using namespace ::com::sun::star::io;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
-using ::std::list;
-using ::std::map;
using ::std::pair;
namespace XSLT
More information about the Libreoffice-commits
mailing list