diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-25 12:43:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-25 17:39:46 +0000 |
commit | a8200ce3effbddf0b5d26e7c50aa0c2853412a1a (patch) | |
tree | ec6c41d9b8b67ecafea437970b3972638ad1aeb0 /sd/source/ui/inc | |
parent | d75406593d993724f266aae4f219aa7ca1e84b57 (diff) |
sd/source/ui/tools boost->std
Change-Id: I55f821dd9c2131cfbd8e2cb7838513a6bcb4b97d
Reviewed-on: https://gerrit.libreoffice.org/18869
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/framework/FrameworkHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/framework/FrameworkHelper.hxx b/sd/source/ui/inc/framework/FrameworkHelper.hxx index d0d4b042202a..c5a688d4e4c3 100644 --- a/sd/source/ui/inc/framework/FrameworkHelper.hxx +++ b/sd/source/ui/inc/framework/FrameworkHelper.hxx @@ -306,7 +306,7 @@ private: */ static InstanceMap maInstanceMap; class ViewURLMap; - static ::boost::scoped_ptr<ViewURLMap> mpViewURLMap; + static std::unique_ptr<ViewURLMap> mpViewURLMap; ViewShellBase& mrBase; css::uno::Reference<css::drawing::framework::XConfigurationController> |