diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-24 10:22:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-24 16:54:36 +0000 |
commit | b71ba617e5c55ef4e98443fa10990b85665801fc (patch) | |
tree | f50810bbc4ccf1c80648bb98d09d0bf0068c6f42 /sd/source/ui/view/drviews4.cxx | |
parent | 96fa0df15b2be95fc3c4dc3df8ad9b77a4baeebd (diff) |
sd/source/ui/inc boost::scoped_ptr->std::unique_ptr
Change-Id: Icf32ccd437c97dfa0ac3a569a3f2ec2b746ac300
Reviewed-on: https://gerrit.libreoffice.org/18822
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/view/drviews4.cxx')
-rw-r--r-- | sd/source/ui/view/drviews4.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx index 0f0ea320f1d6..0f19ec7a54ec 100644 --- a/sd/source/ui/view/drviews4.cxx +++ b/sd/source/ui/view/drviews4.cxx @@ -64,6 +64,7 @@ #include <navigatr.hxx> #include <memory> +#include <boost/scoped_ptr.hpp> namespace sd { |