summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crbm.cxx
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-08-26 21:23:40 -0400
committerDavid Tardon <dtardon@redhat.com>2012-10-07 10:42:12 +0200
commitf8e5a25f88ab8d646328a0ddd99262edefe262a0 (patch)
tree2f42222ad8c28979ee0679d59912413add4bd2f6 /sw/source/core/crsr/crbm.cxx
parent9f5fca7efe8d9d52f99942b3cab13de9e62782f3 (diff)
fix sw build with VC2012
Change-Id: I1ba38baa26de2082a21d681efff2f5881092fad7
Diffstat (limited to 'sw/source/core/crsr/crbm.cxx')
-rw-r--r--sw/source/core/crsr/crbm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/crsr/crbm.cxx b/sw/source/core/crsr/crbm.cxx
index 4fcab6896527..e0fd137051d8 100644
--- a/sw/source/core/crsr/crbm.cxx
+++ b/sw/source/core/crsr/crbm.cxx
@@ -148,7 +148,7 @@ bool SwCrsrShell::GoNextBookmark()
pMarkAccess->getBookmarksBegin(),
pMarkAccess->getBookmarksEnd(),
*GetCrsr()->GetPoint(),
- bind(&::sw::mark::IMark::StartsAfter, _2, _1)), // finds the first that is starting after
+ boost::bind(&::sw::mark::IMark::StartsAfter, _2, _1)), // finds the first that is starting after
pMarkAccess->getBookmarksEnd(),
back_inserter(vCandidates),
&lcl_IsInvisibleBookmark);
@@ -184,7 +184,7 @@ bool SwCrsrShell::GoPrevBookmark()
pMarkAccess->getBookmarksBegin(),
pMarkAccess->getBookmarksEnd(),
*GetCrsr()->GetPoint(),
- bind(&::sw::mark::IMark::StartsAfter, _2, _1)),
+ boost::bind(&::sw::mark::IMark::StartsAfter, _2, _1)),
back_inserter(vCandidates),
&lcl_IsInvisibleBookmark);
sort(