[Libreoffice-commits] core.git: sc/source
Julien Nabet
serval2412 at yahoo.fr
Sun Dec 28 11:41:07 PST 2014
sc/source/ui/docshell/externalrefmgr.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 6cafd3e80c39d2adf57c41d366097ecebeb916a9
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Dec 28 20:38:57 2014 +0100
std::remove_if not used
Change-Id: I363ac477d364a1b428ebe5181973ff28dc3f4a77
diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx
index baf3c69..8db6364 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -66,7 +66,6 @@ using ::com::sun::star::uno::Any;
using ::std::vector;
using ::std::find;
using ::std::find_if;
-using ::std::remove_if;
using ::std::distance;
using ::std::pair;
using ::std::list;
More information about the Libreoffice-commits
mailing list