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/wrapper/implbitmapcanvas.hxx | 2 -- cppcanvas/source/wrapper/implcolor.hxx | 4 ---- cppcanvas/source/wrapper/implcustomsprite.hxx | 4 ---- cppcanvas/source/wrapper/implfont.hxx | 4 ---- cppcanvas/source/wrapper/implsprite.hxx | 4 ---- cppcanvas/source/wrapper/implspritecanvas.hxx | 8 +------- 6 files changed, 1 insertion(+), 25 deletions(-) (limited to 'cppcanvas/source/wrapper') diff --git a/cppcanvas/source/wrapper/implbitmapcanvas.hxx b/cppcanvas/source/wrapper/implbitmapcanvas.hxx index 32cf790a5d05..08ea31f52fa0 100644 --- a/cppcanvas/source/wrapper/implbitmapcanvas.hxx +++ b/cppcanvas/source/wrapper/implbitmapcanvas.hxx @@ -22,8 +22,6 @@ #include #include - -#include #include #include diff --git a/cppcanvas/source/wrapper/implcolor.hxx b/cppcanvas/source/wrapper/implcolor.hxx index 7a317ad60ca1..f6949b262e68 100644 --- a/cppcanvas/source/wrapper/implcolor.hxx +++ b/cppcanvas/source/wrapper/implcolor.hxx @@ -21,13 +21,9 @@ #define INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLCOLOR_HXX #include - -#include - #include #include - /* Definition of Color class */ namespace cppcanvas diff --git a/cppcanvas/source/wrapper/implcustomsprite.hxx b/cppcanvas/source/wrapper/implcustomsprite.hxx index ba3acdb3573c..4e6674dcffbc 100644 --- a/cppcanvas/source/wrapper/implcustomsprite.hxx +++ b/cppcanvas/source/wrapper/implcustomsprite.hxx @@ -21,15 +21,11 @@ #define INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLCUSTOMSPRITE_HXX #include - -#include #include #include - #include #include - namespace cppcanvas { namespace internal diff --git a/cppcanvas/source/wrapper/implfont.hxx b/cppcanvas/source/wrapper/implfont.hxx index 710cb41c6784..bb8793ca26ed 100644 --- a/cppcanvas/source/wrapper/implfont.hxx +++ b/cppcanvas/source/wrapper/implfont.hxx @@ -21,13 +21,9 @@ #define INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLFONT_HXX #include - -#include - #include #include - namespace com { namespace sun { namespace star { namespace rendering { class XCanvasFont; diff --git a/cppcanvas/source/wrapper/implsprite.hxx b/cppcanvas/source/wrapper/implsprite.hxx index 094748538524..e5aeb29c0283 100644 --- a/cppcanvas/source/wrapper/implsprite.hxx +++ b/cppcanvas/source/wrapper/implsprite.hxx @@ -23,13 +23,9 @@ #include #include #include - -#include #include - #include - namespace cppcanvas { namespace internal diff --git a/cppcanvas/source/wrapper/implspritecanvas.hxx b/cppcanvas/source/wrapper/implspritecanvas.hxx index b2af49deee31..51374bfcf904 100644 --- a/cppcanvas/source/wrapper/implspritecanvas.hxx +++ b/cppcanvas/source/wrapper/implspritecanvas.hxx @@ -23,15 +23,9 @@ #include #include #include - -#include - - #include - #include - namespace cppcanvas { namespace internal @@ -76,7 +70,7 @@ namespace cppcanvas ::basegfx::B2DHomMatrix maTransformation; }; - typedef ::boost::shared_ptr< TransformationArbiter > TransformationArbiterSharedPtr; + typedef std::shared_ptr< TransformationArbiter > TransformationArbiterSharedPtr; private: ImplSpriteCanvas& operator=( const ImplSpriteCanvas& ) SAL_DELETED_FUNCTION; -- cgit