From 22b80ac8e213ff63ce4f60e7d491f12cb42db313 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 14 Sep 2015 09:21:33 +0100 Subject: boost->std MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3fd9e1599c5ad812879a58cf1dabbcd393105e1c Reviewed-on: https://gerrit.libreoffice.org/18564 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cppcanvas/source/inc/action.hxx | 5 ++--- cppcanvas/source/inc/implrenderer.hxx | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'cppcanvas/source/inc') diff --git a/cppcanvas/source/inc/action.hxx b/cppcanvas/source/inc/action.hxx index c47bb29e6c20..aa63ffce01bd 100644 --- a/cppcanvas/source/inc/action.hxx +++ b/cppcanvas/source/inc/action.hxx @@ -21,8 +21,7 @@ #define INCLUDED_CPPCANVAS_SOURCE_INC_ACTION_HXX #include - -#include +#include namespace basegfx { @@ -146,7 +145,7 @@ namespace cppcanvas virtual sal_Int32 getActionCount() const = 0; }; - typedef ::boost::shared_ptr< Action > ActionSharedPtr; + typedef std::shared_ptr< Action > ActionSharedPtr; } } diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index 6c627282d43f..dbf205ddf749 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -21,8 +21,6 @@ #define INCLUDED_CPPCANVAS_SOURCE_INC_IMPLRENDERER_HXX #include - -#include #include #include -- cgit