summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterSlidePreview.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-18 09:25:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-18 13:46:27 +0000
commit335704695d15f53518a614060e60821c8e1cf279 (patch)
treef2dada4f16f9daf0163c70e6cb519acb71f70a3c /sdext/source/presenter/PresenterSlidePreview.hxx
parentvalgrind: memleak in randompool (diff)
downloadcore-335704695d15f53518a614060e60821c8e1cf279.tar.gz
core-335704695d15f53518a614060e60821c8e1cf279.zip
boost->std
Change-Id: I21ca18c23277423d106d990fd537d58108bd1084 Reviewed-on: https://gerrit.libreoffice.org/18679 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sdext/source/presenter/PresenterSlidePreview.hxx')
-rw-r--r--sdext/source/presenter/PresenterSlidePreview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterSlidePreview.hxx b/sdext/source/presenter/PresenterSlidePreview.hxx
index afe809d64361..070dc779a001 100644
--- a/sdext/source/presenter/PresenterSlidePreview.hxx
+++ b/sdext/source/presenter/PresenterSlidePreview.hxx
@@ -123,7 +123,7 @@ private:
size.
*/
css::uno::Reference<css::rendering::XBitmap> mxPreview;
- boost::shared_ptr<PresenterBitmapContainer> mpBitmaps;
+ std::shared_ptr<PresenterBitmapContainer> mpBitmaps;
/** The current slide for which a preview is displayed. This may or
may not be the same as the current slide of the PresenterView.