summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerows.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablerows.hxx')
-rw-r--r--svx/source/table/tablerows.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/table/tablerows.hxx b/svx/source/table/tablerows.hxx
index 10788ff0afea..cdd665d56d9b 100644
--- a/svx/source/table/tablerows.hxx
+++ b/svx/source/table/tablerows.hxx
@@ -36,19 +36,19 @@ public:
void dispose();
/// @throws css::uno::RuntimeException
- void throwIfDisposed() const throw (css::uno::RuntimeException);
+ void throwIfDisposed() const;
// XTableRows
- virtual void SAL_CALL insertByIndex( sal_Int32 nIndex, sal_Int32 nCount ) throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL insertByIndex( sal_Int32 nIndex, sal_Int32 nCount ) override;
+ virtual void SAL_CALL removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) override;
// XIndexAccess
- virtual sal_Int32 SAL_CALL getCount( ) throw (css::uno::RuntimeException, std::exception) override;
- virtual css::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (css::lang::IndexOutOfBoundsException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) override;
+ virtual sal_Int32 SAL_CALL getCount( ) override;
+ virtual css::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) override;
// Methods
- virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException, std::exception) override;
- virtual sal_Bool SAL_CALL hasElements() throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Type SAL_CALL getElementType() override;
+ virtual sal_Bool SAL_CALL hasElements() override;
private:
TableModelRef mxTableModel;