summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-26 21:39:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-09-29 12:37:30 +0000
commit46c4be15d7529f2460c450190113444cd45aa97c (patch)
tree10674aad1342eea1f54cf118ac8fbe830012bff3 /sd
parentTake care of ~ViewShellBase -> ~FormShellManager -> ViewShellBase::... (diff)
downloadcore-46c4be15d7529f2460c450190113444cd45aa97c.tar.gz
core-46c4be15d7529f2460c450190113444cd45aa97c.zip
boost->std
Change-Id: I26a4ac92e05f4c6ee46f32acb59fcd39d7dc2ac4 Reviewed-on: https://gerrit.libreoffice.org/18890 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/ViewShellBase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index 8f7a0b2ef7bf..2d92a7ee2951 100644
--- a/sd/source/ui/inc/ViewShellBase.hxx
+++ b/sd/source/ui/inc/ViewShellBase.hxx
@@ -234,7 +234,7 @@ protected:
private:
class Implementation;
- ::boost::scoped_ptr<Implementation> mpImpl;
+ std::unique_ptr<Implementation> mpImpl;
DrawDocShell* mpDocShell;
SdDrawDocument* mpDocument;