diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:09:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:47 +0200 |
commit | 5ceded62aa5695239cc6ea6681f74340deb43cc8 (patch) | |
tree | f3bb8b9efa30d5888770652eadbe815e117c35c0 /include/editeng/AccessibleStaticTextBase.hxx | |
parent | 11383f56fb6889a324dd74725e5092ac4ce3999d (diff) |
editeng: remove SAL_THROW macro
Change-Id: I8e36112a10cdef6250dba4b4cf75e5eba443e0b9
Diffstat (limited to 'include/editeng/AccessibleStaticTextBase.hxx')
-rw-r--r-- | include/editeng/AccessibleStaticTextBase.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/AccessibleStaticTextBase.hxx b/include/editeng/AccessibleStaticTextBase.hxx index adb5b0faacc1..9d74ad13a992 100644 --- a/include/editeng/AccessibleStaticTextBase.hxx +++ b/include/editeng/AccessibleStaticTextBase.hxx @@ -122,7 +122,7 @@ namespace accessibility should only be called from the main office thread. */ - virtual const SvxEditSource& GetEditSource() const SAL_THROW((::com::sun::star::uno::RuntimeException)); + virtual const SvxEditSource& GetEditSource() const; /** Set the current edit source @@ -152,7 +152,7 @@ namespace accessibility from the caller to the callee. */ SAL_WNODEPRECATED_DECLARATIONS_PUSH - virtual void SetEditSource( ::std::auto_ptr< SvxEditSource > pEditSource ) SAL_THROW((::com::sun::star::uno::RuntimeException)); + virtual void SetEditSource( ::std::auto_ptr< SvxEditSource > pEditSource ); SAL_WNODEPRECATED_DECLARATIONS_POP /** Set the event source @@ -211,7 +211,7 @@ namespace accessibility internally. Normally, there should not be a need to call this method. */ - virtual void UpdateChildren() SAL_THROW((::com::sun::star::uno::RuntimeException)); + virtual void UpdateChildren(); /** Drop all references and enter disposed state |