summaryrefslogtreecommitdiff
path: root/svx/source/unogallery/unogalitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unogallery/unogalitem.cxx')
-rw-r--r--svx/source/unogallery/unogalitem.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx
index 0116a25a94ca..0a40fb05d19b 100644
--- a/svx/source/unogallery/unogalitem.cxx
+++ b/svx/source/unogallery/unogalitem.cxx
@@ -56,7 +56,7 @@ GalleryItem::GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObjec
GalleryItem::~GalleryItem()
- throw()
+ noexcept
{
if( mpTheme )
mpTheme->implDeregisterGalleryItem( *this );
@@ -99,14 +99,14 @@ uno::Any SAL_CALL GalleryItem::queryInterface( const uno::Type & rType )
void SAL_CALL GalleryItem::acquire()
- throw()
+ noexcept
{
OWeakAggObject::acquire();
}
void SAL_CALL GalleryItem::release()
- throw()
+ noexcept
{
OWeakAggObject::release();
}
@@ -350,14 +350,14 @@ void GalleryItem::implSetInvalid()
GalleryDrawingModel::GalleryDrawingModel( SdrModel* pDoc )
- throw() :
+ noexcept :
SvxUnoDrawingModel( pDoc )
{
}
GalleryDrawingModel::~GalleryDrawingModel()
- throw()
+ noexcept
{
delete GetDoc();
}