diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-10-09 23:10:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-10-10 07:03:46 +0200 |
commit | 7b503e4b47831badb4207a4242756678a6efc339 (patch) | |
tree | f87d935d6f2416ea561e5ecf978fb52b674bf9e8 /xmloff | |
parent | 3343d0d4d80933f1436dc73ff84fc959f1bee050 (diff) |
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>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLRedlineExport.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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) |