summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterAccessibility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterAccessibility.cxx')
-rw-r--r--sdext/source/presenter/PresenterAccessibility.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterAccessibility.cxx b/sdext/source/presenter/PresenterAccessibility.cxx
index 817b4a29a3f4..94d002ce5758 100644
--- a/sdext/source/presenter/PresenterAccessibility.cxx
+++ b/sdext/source/presenter/PresenterAccessibility.cxx
@@ -1874,9 +1874,9 @@ void AccessibleNotes::SetTextView (
if (mpTextView)
{
mpTextView->GetCaret()->SetCaretMotionBroadcaster(
- ::boost::function<void(sal_Int32,sal_Int32,sal_Int32,sal_Int32)>());
+ ::std::function<void (sal_Int32,sal_Int32,sal_Int32,sal_Int32)>());
mpTextView->SetTextChangeBroadcaster(
- ::boost::function<void()>());
+ ::std::function<void ()>());
}
mpTextView = rpTextView;