summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-26 12:31:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-26 20:18:26 +0000
commitf18e14b7739e52f3cecf6da3c1aabe07cc9e6fe9 (patch)
tree9248629bc3d4881f442e7a1920e03d1e2fe35bc9 /sd/source/ui/inc
parentbc1fdb79b0a7eba791bf7f5749a8a45ad6a94bff (diff)
boost->std
Change-Id: I61dac3065a4e80c89e9e136ad1e8e15bc88a8a45 Reviewed-on: https://gerrit.libreoffice.org/18885 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/DocumentRenderer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/DocumentRenderer.hxx b/sd/source/ui/inc/DocumentRenderer.hxx
index 8852c0412001..37fd6d539b69 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