summaryrefslogtreecommitdiff
path: root/sc/inc/shapeuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/shapeuno.hxx')
-rw-r--r--sc/inc/shapeuno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/shapeuno.hxx b/sc/inc/shapeuno.hxx
index 9c7723ca232c..977c58be75c4 100644
--- a/sc/inc/shapeuno.hxx
+++ b/sc/inc/shapeuno.hxx
@@ -70,7 +70,7 @@ private:
bool bIsTextShape;
bool bIsNoteCaption;
- SdrObject* GetSdrObject() const throw();
+ SdrObject* GetSdrObject() const noexcept;
void GetShapePropertySet();
void GetShapePropertyState();
@@ -88,8 +88,8 @@ public:
// XInterface
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;
// XPropertySet
virtual css::uno::Reference< css::beans::XPropertySetInfo >