diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-12-28 20:38:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-12-28 20:40:42 +0100 |
commit | 6cafd3e80c39d2adf57c41d366097ecebeb916a9 (patch) | |
tree | 3891ca39344e17f154e0bd434507cb9a6082c15d /sc | |
parent | 337aa303284b42c4fb13bff4beffdcf445a715cd (diff) |
std::remove_if not used
Change-Id: I363ac477d364a1b428ebe5181973ff28dc3f4a77
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/externalrefmgr.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx index baf3c69b0ebe..8db63640f6bc 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; |