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

New commits:
commit f18e14b7739e52f3cecf6da3c1aabe07cc9e6fe9
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Sep 26 12:31:35 2015 +0100

    boost->std
    
    Change-Id: I61dac3065a4e80c89e9e136ad1e8e15bc88a8a45
    Reviewed-on: https://gerrit.libreoffice.org/18885
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sd/source/ui/inc/DocumentRenderer.hxx 
b/sd/source/ui/inc/DocumentRenderer.hxx
index 8852c04..37fd6d5 100644
--- a/sd/source/ui/inc/DocumentRenderer.hxx
+++ b/sd/source/ui/inc/DocumentRenderer.hxx
@@ -63,7 +63,7 @@ public:
 
 private:
     class Implementation;
-    ::boost::scoped_ptr<Implementation> mpImpl;
+    std::unique_ptr<Implementation> mpImpl;
 };
 
 } // end of namespace sd
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to