[Libreoffice-commits] core.git: sd/source
Caolán McNamara
caolanm at redhat.com
Tue Sep 29 05:37:51 PDT 2015
sd/source/ui/inc/ViewShellBase.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 46c4be15d7529f2460c450190113444cd45aa97c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Sep 26 21:39:09 2015 +0100
boost->std
Change-Id: I26a4ac92e05f4c6ee46f32acb59fcd39d7dc2ac4
Reviewed-on: https://gerrit.libreoffice.org/18890
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
Tested-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index 8f7a0b2..2d92a7e 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;
More information about the Libreoffice-commits
mailing list