sd/source/ui/inc/ViewShellBase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46c4be15d7529f2460c450190113444cd45aa97c
Author: Caolán McNamara <caol...@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 <sberg...@redhat.com>
    Tested-by: Stephan Bergmann <sberg...@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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to