summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapagebreak.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbapagebreak.hxx')
-rw-r--r--sc/source/ui/vba/vbapagebreak.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/vba/vbapagebreak.hxx b/sc/source/ui/vba/vbapagebreak.hxx
index 9b26b34e7da5..e86c799b050d 100644
--- a/sc/source/ui/vba/vbapagebreak.hxx
+++ b/sc/source/ui/vba/vbapagebreak.hxx
@@ -41,13 +41,13 @@ public:
ScVbaPageBreak( const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
css::uno::Reference< css::beans::XPropertySet >& xProps,
- css::sheet::TablePageBreakData aTablePageBreakData) throw (css::uno::RuntimeException);
+ css::sheet::TablePageBreakData aTablePageBreakData);
- virtual sal_Int32 SAL_CALL getType( ) throw (css::uno::RuntimeException) SAL_OVERRIDE;
- virtual void SAL_CALL setType(sal_Int32 type) throw (css::uno::RuntimeException) SAL_OVERRIDE;
+ virtual sal_Int32 SAL_CALL getType( ) SAL_OVERRIDE;
+ virtual void SAL_CALL setType(sal_Int32 type) SAL_OVERRIDE;
- virtual void SAL_CALL Delete() throw ( css::script::BasicErrorException, css::uno::RuntimeException) SAL_OVERRIDE;
- virtual css::uno::Reference< ov::excel::XRange> SAL_CALL Location() throw ( css::script::BasicErrorException, css::uno::RuntimeException) SAL_OVERRIDE;
+ virtual void SAL_CALL Delete() SAL_OVERRIDE;
+ virtual css::uno::Reference< ov::excel::XRange> SAL_CALL Location() SAL_OVERRIDE;
};
typedef ScVbaPageBreak < ov::excel::XHPageBreak > ScVbaHPageBreak_BASE;
@@ -59,7 +59,7 @@ public:
ScVbaHPageBreak( const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
css::uno::Reference< css::beans::XPropertySet >& xProps,
- css::sheet::TablePageBreakData aTablePageBreakData) throw (css::uno::RuntimeException):
+ css::sheet::TablePageBreakData aTablePageBreakData):
ScVbaHPageBreak_BASE( xParent,xContext,xProps,aTablePageBreakData ){}
// XHelperInterface
@@ -77,7 +77,7 @@ public:
ScVbaVPageBreak( const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
css::uno::Reference< css::beans::XPropertySet >& xProps,
- css::sheet::TablePageBreakData aTablePageBreakData) throw (css::uno::RuntimeException);
+ css::sheet::TablePageBreakData aTablePageBreakData);
virtual ~ScVbaVPageBreak() override;