summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbatablehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbatablehelper.hxx')
-rw-r--r--sw/source/ui/vba/vbatablehelper.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/source/ui/vba/vbatablehelper.hxx b/sw/source/ui/vba/vbatablehelper.hxx
index 4888785edda0..42aeaaabe1bd 100644
--- a/sw/source/ui/vba/vbatablehelper.hxx
+++ b/sw/source/ui/vba/vbatablehelper.hxx
@@ -32,34 +32,34 @@ private:
private:
/// @throws css::uno::RuntimeException
- SwTableBox* GetTabBox( sal_Int32 nCol, sal_Int32 nRow ) throw (css::uno::RuntimeException);
+ SwTableBox* GetTabBox( sal_Int32 nCol, sal_Int32 nRow );
void InitTabCols( SwTabCols& rCols, const SwTableBox *pStart, bool bCurRowOnly );
static sal_Int32 GetRightSeparator( SwTabCols& rCols, sal_Int32 nNum);
static sal_Int32 GetColCount( SwTabCols& rCols );
/// @throws css::uno::RuntimeException
- static sal_Int32 GetColWidth( SwTabCols& rCols, sal_Int32 nNum ) throw (css::uno::RuntimeException);
+ static sal_Int32 GetColWidth( SwTabCols& rCols, sal_Int32 nNum );
public:
/// @throws css::uno::RuntimeException
- explicit SwVbaTableHelper( const css::uno::Reference< css::text::XTextTable >& xTextTable ) throw (css::uno::RuntimeException);
+ explicit SwVbaTableHelper( const css::uno::Reference< css::text::XTextTable >& xTextTable );
/// @throws css::uno::RuntimeException
- sal_Int32 getTabColumnsCount( sal_Int32 nRowIndex ) throw (css::uno::RuntimeException);
+ sal_Int32 getTabColumnsCount( sal_Int32 nRowIndex );
/// @throws css::uno::RuntimeException
- sal_Int32 getTabColumnsMaxCount( ) throw (css::uno::RuntimeException);
+ sal_Int32 getTabColumnsMaxCount( );
/// @throws css::uno::RuntimeException
- sal_Int32 getTabRowIndex( const OUString& sCellName ) throw (css::uno::RuntimeException);
+ sal_Int32 getTabRowIndex( const OUString& sCellName );
/// @throws css::uno::RuntimeException
- sal_Int32 getTabColIndex( const OUString& sCellName ) throw (css::uno::RuntimeException);
+ sal_Int32 getTabColIndex( const OUString& sCellName );
/// @throws css::uno::RuntimeException
- sal_Int32 getTableWidth( ) throw (css::uno::RuntimeException);
+ sal_Int32 getTableWidth( );
/// @throws css::uno::RuntimeException
- sal_Int32 GetColWidth( sal_Int32 nCol, sal_Int32 nRow = 0, bool bCurRowOnly = false ) throw (css::uno::RuntimeException);
+ sal_Int32 GetColWidth( sal_Int32 nCol, sal_Int32 nRow = 0, bool bCurRowOnly = false );
/// @throws css::uno::RuntimeException
- void SetColWidth( sal_Int32 _width, sal_Int32 nCol, sal_Int32 nRow = 0, bool bCurRowOnly = false ) throw (css::uno::RuntimeException, std::exception);
+ void SetColWidth( sal_Int32 _width, sal_Int32 nCol, sal_Int32 nRow = 0, bool bCurRowOnly = false );
/// @throws css::uno::RuntimeException
- static SwTable* GetSwTable( const css::uno::Reference< css::text::XTextTable >& xTextTable ) throw (css::uno::RuntimeException);
+ static SwTable* GetSwTable( const css::uno::Reference< css::text::XTextTable >& xTextTable );
static OUString getColumnStr( sal_Int32 nCol );
};