summaryrefslogtreecommitdiff
path: root/svx/source/unogallery/unogalitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unogallery/unogalitem.hxx')
-rw-r--r--svx/source/unogallery/unogalitem.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/unogallery/unogalitem.hxx b/svx/source/unogallery/unogalitem.hxx
index 2b27c18435a4..42bc0ba603cf 100644
--- a/svx/source/unogallery/unogalitem.hxx
+++ b/svx/source/unogallery/unogalitem.hxx
@@ -46,7 +46,7 @@ class GalleryItem final : public ::cppu::OWeakAggObject,
public:
GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject );
- virtual ~GalleryItem() throw() override;
+ virtual ~GalleryItem() noexcept override;
bool isValid() const;
@@ -55,8 +55,8 @@ private:
// XInterface
virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override;
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
- virtual void SAL_CALL acquire() throw() override;
- virtual void SAL_CALL release() throw() override;
+ virtual void SAL_CALL acquire() noexcept override;
+ virtual void SAL_CALL release() noexcept override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() override;
@@ -91,8 +91,8 @@ class GalleryDrawingModel : public SvxUnoDrawingModel
{
public:
- explicit GalleryDrawingModel( SdrModel* pDoc ) throw();
- virtual ~GalleryDrawingModel() throw() override;
+ explicit GalleryDrawingModel( SdrModel* pDoc ) noexcept;
+ virtual ~GalleryDrawingModel() noexcept override;
UNO3_GETIMPLEMENTATION_DECL( GalleryDrawingModel )
};