diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-26 21:39:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-29 12:37:30 +0000 |
commit | 46c4be15d7529f2460c450190113444cd45aa97c (patch) | |
tree | 10674aad1342eea1f54cf118ac8fbe830012bff3 /sd | |
parent | 7aa6009a7f7132c80db7bcc4e8291ba4a3296ae5 (diff) |
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.hxx | 2 |
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; |