summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/SwXMLSectionList.hxx2
-rw-r--r--sw/inc/unodraw.hxx6
-rw-r--r--sw/inc/unoframe.hxx4
-rw-r--r--sw/inc/unoredline.hxx8
-rw-r--r--sw/inc/unotbl.hxx4
-rw-r--r--sw/inc/unotextbodyhf.hxx8
-rw-r--r--sw/inc/unotxdoc.hxx4
7 files changed, 18 insertions, 18 deletions
diff --git a/sw/inc/SwXMLSectionList.hxx b/sw/inc/SwXMLSectionList.hxx
index 99255b85df6c..e05eeb3a6be1 100644
--- a/sw/inc/SwXMLSectionList.hxx
+++ b/sw/inc/SwXMLSectionList.hxx
@@ -30,7 +30,7 @@ public:
const css::uno::Reference< css::uno::XComponentContext >& rContext,
std::vector<OUString> & rNewSectionList);
- virtual ~SwXMLSectionList ( ) throw() override;
+ virtual ~SwXMLSectionList ( ) noexcept override;
private:
virtual SvXMLImportContext *CreateFastContext( sal_Int32 Element,
diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx
index e9e69318cdea..e4e5f3a40272 100644
--- a/sw/inc/unodraw.hxx
+++ b/sw/inc/unodraw.hxx
@@ -46,7 +46,7 @@ class SwFmDrawPage final : public SvxFmDrawPage
std::vector<SwXShape*> m_vShapes;
public:
SwFmDrawPage( SdrPage* pPage );
- virtual ~SwFmDrawPage() throw () override;
+ virtual ~SwFmDrawPage() noexcept override;
const SdrMarkList& PreGroup(const css::uno::Reference< css::drawing::XShapes >& rShapes);
void PreUnGroup(const css::uno::Reference< css::drawing::XShapeGroup >& rShapeGroup);
@@ -271,8 +271,8 @@ public:
SwXGroupShape(css::uno::Reference<css::uno::XInterface> & xShape, SwDoc const* pDoc);
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) 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;
//XShapes
virtual void SAL_CALL add( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx
index 592c97378a0a..4da5dde9ec79 100644
--- a/sw/inc/unoframe.hxx
+++ b/sw/inc/unoframe.hxx
@@ -194,8 +194,8 @@ public:
using SwXText::SetDoc;
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) 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;
//XTypeProvider
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
diff --git a/sw/inc/unoredline.hxx b/sw/inc/unoredline.hxx
index e32f181fe329..6241ee404803 100644
--- a/sw/inc/unoredline.hxx
+++ b/sw/inc/unoredline.hxx
@@ -43,8 +43,8 @@ public:
SwXRedlineText(SwDoc* pDoc, const SwNodeIndex& aNodeIndex);
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override;
- virtual void SAL_CALL acquire( ) throw() override {OWeakObject::acquire();}
- virtual void SAL_CALL release( ) throw() override {OWeakObject::release();}
+ virtual void SAL_CALL acquire( ) noexcept override {OWeakObject::acquire();}
+ virtual void SAL_CALL release( ) noexcept override {OWeakObject::release();}
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) override;
@@ -76,8 +76,8 @@ public:
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override;
- virtual void SAL_CALL acquire( ) throw() override {OWeakObject::acquire();}
- virtual void SAL_CALL release( ) throw() override {OWeakObject::release();}
+ virtual void SAL_CALL acquire( ) noexcept override {OWeakObject::acquire();}
+ virtual void SAL_CALL release( ) noexcept override {OWeakObject::release();}
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) override;
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index bcea846578d2..49f19ae8395c 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -96,8 +96,8 @@ public:
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override;
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) 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;
//XTypeProvider
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
diff --git a/sw/inc/unotextbodyhf.hxx b/sw/inc/unotextbodyhf.hxx
index 7bbffae58d20..fbccc982ef04 100644
--- a/sw/inc/unotextbodyhf.hxx
+++ b/sw/inc/unotextbodyhf.hxx
@@ -53,8 +53,8 @@ public:
// XInterface
virtual css::uno::Any SAL_CALL queryInterface(
const css::uno::Type& rType) override;
- virtual void SAL_CALL acquire() throw() override { OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw() override { OWeakObject::release(); }
+ virtual void SAL_CALL acquire() noexcept override { OWeakObject::acquire(); }
+ virtual void SAL_CALL release() noexcept override { OWeakObject::release(); }
// XAggregation
virtual css::uno::Any SAL_CALL queryAggregation(
@@ -118,8 +118,8 @@ public:
// XInterface
virtual css::uno::Any SAL_CALL queryInterface(
const css::uno::Type& rType) override;
- virtual void SAL_CALL acquire() throw() override { OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw() override { OWeakObject::release(); }
+ virtual void SAL_CALL acquire() noexcept override { OWeakObject::acquire(); }
+ virtual void SAL_CALL release() noexcept override { OWeakObject::release(); }
// XTypeProvider
virtual css::uno::Sequence< css::uno::Type >
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index b03d59cffd95..bac33118dd71 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -212,8 +212,8 @@ public:
void NotifyRefreshListeners();
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) 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;
//XWeak
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL queryAdapter( ) override;