[Libreoffice-commits] core.git: xmloff/source

Julien Nabet serval2412 at yahoo.fr
Tue Oct 10 05:04:12 UTC 2017


 xmloff/source/text/XMLRedlineExport.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7b503e4b47831badb4207a4242756678a6efc339
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Oct 9 23:10:21 2017 +0200

    Remove unused ::std::list
    
    Change-Id: If4f931a25d0d23de896d51ca3c512de4e2224d0c
    Reviewed-on: https://gerrit.libreoffice.org/43296
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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)


More information about the Libreoffice-commits mailing list