From 7b503e4b47831badb4207a4242756678a6efc339 Mon Sep 17 00:00:00 2001
From: Julien Nabet <serval2412@yahoo.fr>
Date: Mon, 9 Oct 2017 23:10:21 +0200
Subject: Remove unused ::std::list

Change-Id: If4f931a25d0d23de896d51ca3c512de4e2224d0c
Reviewed-on: https://gerrit.libreoffice.org/43296
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
---
 xmloff/source/text/XMLRedlineExport.cxx | 1 -
 1 file changed, 1 deletion(-)

(limited to 'xmloff')

diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index d619e8b87034..557f131aca87 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -56,7 +56,6 @@ using ::com::sun::star::text::XTextSection;
 using ::com::sun::star::uno::Any;
 using ::com::sun::star::uno::Reference;
 using ::com::sun::star::uno::Sequence;
-using ::std::list;
 
 
 XMLRedlineExport::XMLRedlineExport(SvXMLExport& rExp)
-- 
cgit