diff options
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx | 4 | ||||
-rw-r--r-- | vcl/osx/clipboard.cxx | 1 |
4 files changed, 2 insertions, 6 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 40a5d6125674..f6876624a866 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -43,7 +43,6 @@ #include <utility> #include <vector> #include <boost/intrusive_ptr.hpp> -#include <boost/limits.hpp> #include <boost/optional.hpp> #include <boost/optional/optional.hpp> #include <boost/property_tree/json_parser.hpp> diff --git a/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx b/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx index 6bb7399570c4..b56a319dadec 100644 --- a/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx @@ -30,8 +30,6 @@ #include "Window.hxx" #include "sdpage.hxx" -#include <boost/limits.hpp> - #include <vcl/scrbar.hxx> namespace sd { namespace slidesorter { namespace controller { diff --git a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx index 120b38c254b0..88073c89fc31 100644 --- a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx +++ b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx @@ -26,7 +26,7 @@ #include <vcl/bitmap.hxx> #include <sfx2/viewfrm.hxx> -#include <boost/enable_shared_from_this.hpp> +#include <memory> class SdPage; class SdrPage; @@ -44,7 +44,7 @@ namespace sd { namespace slidesorter { namespace model { fade symbol.</p> */ class PageDescriptor - : public ::boost::enable_shared_from_this<PageDescriptor> + : public ::std::enable_shared_from_this<PageDescriptor> { public: /** Create a PageDescriptor for the given SdPage object. diff --git a/vcl/osx/clipboard.cxx b/vcl/osx/clipboard.cxx index d57e4bcf01cb..1e277e2c95a2 100644 --- a/vcl/osx/clipboard.cxx +++ b/vcl/osx/clipboard.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/datatransfer/MimeContentTypeFactory.hpp> #include "comphelper/processfactory.hxx" #include <cppuhelper/supportsservice.hxx> -#include <boost/assert.hpp> using namespace com::sun::star::datatransfer; using namespace com::sun::star::datatransfer::clipboard; |