summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accmap.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-29 16:05:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-29 16:05:37 +0000
commit4a782442936b75999d5a12309cfdec8c9fd3f1a0 (patch)
tree28df5a5e9abb220f235b0942c2872c2f50b8669f /sw/source/core/access/accmap.cxx
parent024c0e6293fd54956e28e575ac273c97297d5dcc (diff)
INTEGRATION: CWS oj30 (1.56.146); FILE MERGED
2008/01/11 06:54:16 oj 1.56.146.1: #i85085# add std
Diffstat (limited to 'sw/source/core/access/accmap.cxx')
-rw-r--r--sw/source/core/access/accmap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index dfb9de75e085..57cf121dc728 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accmap.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 08:22:19 $
+ * last change: $Author: rt $ $Date: 2008-01-29 17:05:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2723,7 +2723,7 @@ void SwAccPreviewData::AdjustMapMode( MapMode& rMapMode,
// find proper rectangle
Rectangles::const_iterator aBegin = maLogicRects.begin();
Rectangles::const_iterator aEnd = maLogicRects.end();
- Rectangles::const_iterator aFound = find_if( aBegin, aEnd,
+ Rectangles::const_iterator aFound = ::std::find_if( aBegin, aEnd,
ContainsPredicate( rPoint ) );
if( aFound != aEnd )