diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:50:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:12 +0100 |
commit | 9859ee7b1901449e63e4047554776f23c2de20ce (patch) | |
tree | 3facdb30c2c4bec900c666781859c4aefa7d45c1 /svx/inc/AccessibleTableShape.hxx | |
parent | 77894947ea5fcae00d8eeaee9482b53adfc6b7f2 (diff) |
New loplugin:dynexcspec: Add @throws documentation, svx
Change-Id: I0e827554a18622e19aec5f81c40da52664783f69
Diffstat (limited to 'svx/inc/AccessibleTableShape.hxx')
-rw-r--r-- | svx/inc/AccessibleTableShape.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/inc/AccessibleTableShape.hxx b/svx/inc/AccessibleTableShape.hxx index 2adcc0618332..e0e0ac465135 100644 --- a/svx/inc/AccessibleTableShape.hxx +++ b/svx/inc/AccessibleTableShape.hxx @@ -125,6 +125,7 @@ public: using AccessibleShape::disposing; friend class AccessibleTableHeaderShape; + /// @throws css::lang::IndexOutOfBoundsException void getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& rnRow ) throw (css::lang::IndexOutOfBoundsException ); // overwrite the SetState & ResetState to do special operation for table cell's internal text virtual bool SetState (sal_Int16 aState) override; @@ -140,6 +141,7 @@ protected: sdr::table::SvxTableController* getTableController(); + /// @throws css::lang::IndexOutOfBoundsException void checkCellPosition( sal_Int32 nCol, sal_Int32 nRow ) throw ( css::lang::IndexOutOfBoundsException ); private: |