summaryrefslogtreecommitdiff
path: root/svx/source/table/cellcursor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/cellcursor.hxx')
-rw-r--r--svx/source/table/cellcursor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/cellcursor.hxx b/svx/source/table/cellcursor.hxx
index e4d4867721b6..6c4f650f5e0d 100644
--- a/svx/source/table/cellcursor.hxx
+++ b/svx/source/table/cellcursor.hxx
@@ -58,8 +58,8 @@ public:
// XMergeableCellRange
virtual void SAL_CALL merge( ) throw (::com::sun::star::lang::NoSupportException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL split( ::sal_Int32 Columns, ::sal_Int32 Rows ) throw (::com::sun::star::lang::NoSupportException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual ::sal_Bool SAL_CALL isMergeable( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual ::sal_Bool SAL_CALL isUnmergeable( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL isMergeable( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual sal_Bool SAL_CALL isUnmergeable( ) throw (::com::sun::star::uno::RuntimeException);
protected:
bool GetMergedSelection( CellPos& rStart, CellPos& rEnd );