[Libreoffice-commits] core.git: sd/source
Caolán McNamara
caolanm at redhat.com
Sat Sep 26 13:18:55 PDT 2015
sd/source/ui/inc/DocumentRenderer.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f18e14b7739e52f3cecf6da3c1aabe07cc9e6fe9
Author: Caolán McNamara <caolanm at 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 <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at 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
More information about the Libreoffice-commits
mailing list