summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:16:59 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:52 +0200
commit0e507ae031768deceab236a41d1bbe9fb5123cea (patch)
tree34cc1626f1e8fa6d50d6edd88045be6252150f19 /reportdesign/inc
parentdb246b491c1639942d9f952658d33974e9b06201 (diff)
various: remove SAL_THROW macro
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/UndoActions.hxx12
-rw-r--r--reportdesign/inc/UndoEnv.hxx4
2 files changed, 8 insertions, 8 deletions
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx
index 421442b0446d..2079a68b5b8f 100644
--- a/reportdesign/inc/UndoActions.hxx
+++ b/reportdesign/inc/UndoActions.hxx
@@ -196,8 +196,8 @@ namespace rptui
virtual void Redo() SAL_OVERRIDE;
protected:
- virtual void implReInsert( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
- virtual void implReRemove( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
+ virtual void implReInsert( );
+ virtual void implReRemove( );
};
@@ -218,8 +218,8 @@ namespace rptui
,sal_uInt16 _nCommentId);
protected:
- virtual void implReInsert( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) ) SAL_OVERRIDE;
- virtual void implReRemove( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) ) SAL_OVERRIDE;
+ virtual void implReInsert( ) SAL_OVERRIDE;
+ virtual void implReRemove( ) SAL_OVERRIDE;
};
@@ -239,8 +239,8 @@ namespace rptui
,sal_uInt16 _nCommentId);
protected:
- virtual void implReInsert( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) ) SAL_OVERRIDE;
- virtual void implReRemove( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) ) SAL_OVERRIDE;
+ virtual void implReInsert( ) SAL_OVERRIDE;
+ virtual void implReRemove( ) SAL_OVERRIDE;
};
// ORptUndoPropertyAction
diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx
index 4c0985053c83..3a5910cf273a 100644
--- a/reportdesign/inc/UndoEnv.hxx
+++ b/reportdesign/inc/UndoEnv.hxx
@@ -132,8 +132,8 @@ namespace rptui
void implSetModified();
- void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& _rxContainer, bool _bStartListening ) SAL_THROW(());
- void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxObject, bool _bStartListening ) SAL_THROW(());
+ void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& _rxContainer, bool _bStartListening );
+ void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxObject, bool _bStartListening );
::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::container::XChild> >::const_iterator
getSection(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XChild>& _xContainer) const;