From 31ebd9f475f94fb4f05bbeaa8077122a2635d528 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 Sep 2015 15:35:44 +0100 Subject: boost->std Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557 --- svx/source/unogallery/unogalitem.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/source/unogallery') diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx index 8e55ea4cee0d..76819413ca94 100644 --- a/svx/source/unogallery/unogalitem.cxx +++ b/svx/source/unogallery/unogalitem.cxx @@ -35,7 +35,7 @@ #include #include #include -#include +#include #define UNOGALLERY_GALLERYITEMTYPE 1 #define UNOGALLERY_URL 2 @@ -273,7 +273,7 @@ void GalleryItem::_setPropertyValues( const comphelper::PropertyMapEntry** ppEnt if( pGalTheme ) { - boost::scoped_ptr pObj(pGalTheme->ImplReadSgaObject( const_cast< GalleryObject* >( implGetObject() ) )); + std::unique_ptr pObj(pGalTheme->ImplReadSgaObject( const_cast< GalleryObject* >( implGetObject() ) )); if( pObj ) { -- cgit