summaryrefslogtreecommitdiff
path: root/include/editeng/AccessibleImageBullet.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:09:07 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:47 +0200
commit5ceded62aa5695239cc6ea6681f74340deb43cc8 (patch)
treef3bb8b9efa30d5888770652eadbe815e117c35c0 /include/editeng/AccessibleImageBullet.hxx
parent11383f56fb6889a324dd74725e5092ac4ce3999d (diff)
editeng: remove SAL_THROW macro
Change-Id: I8e36112a10cdef6250dba4b4cf75e5eba443e0b9
Diffstat (limited to 'include/editeng/AccessibleImageBullet.hxx')
-rw-r--r--include/editeng/AccessibleImageBullet.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/AccessibleImageBullet.hxx b/include/editeng/AccessibleImageBullet.hxx
index 297d687bd2cc..440b42bf37e7 100644
--- a/include/editeng/AccessibleImageBullet.hxx
+++ b/include/editeng/AccessibleImageBullet.hxx
@@ -145,7 +145,7 @@ namespace accessibility
there potential deadlock situations can be resolved. Thus,
make sure SolarMutex is locked when calling this.
*/
- sal_Int32 GetParagraphIndex() const SAL_THROW((::com::sun::star::uno::RuntimeException));
+ sal_Int32 GetParagraphIndex() const;
/// Calls all Listener objects to tell them the change. Don't hold locks when calling this!
virtual void FireEvent(const sal_Int16 nEventId, const ::com::sun::star::uno::Any& rNewValue = ::com::sun::star::uno::Any(), const ::com::sun::star::uno::Any& rOldValue = ::com::sun::star::uno::Any() ) const;
@@ -164,7 +164,7 @@ namespace accessibility
void SetState( const sal_Int16 nStateId );
void UnSetState( const sal_Int16 nStateId );
- SvxEditSource& GetEditSource() const SAL_THROW((::com::sun::star::uno::RuntimeException));
+ SvxEditSource& GetEditSource() const;
int getNotifierClientId() const;
@@ -175,7 +175,7 @@ namespace accessibility
there potential deadlock situations can be resolved. Thus,
make sure SolarMutex is locked when calling this.
*/
- SvxTextForwarder& GetTextForwarder() const SAL_THROW((::com::sun::star::uno::RuntimeException));
+ SvxTextForwarder& GetTextForwarder() const;
/** Query the SvxViewForwarder for EditEngine access.
@@ -184,7 +184,7 @@ namespace accessibility
there potential deadlock situations can be resolved. Thus,
make sure SolarMutex is locked when calling this.
*/
- SvxViewForwarder& GetViewForwarder() const SAL_THROW((::com::sun::star::uno::RuntimeException));
+ SvxViewForwarder& GetViewForwarder() const;
const Point& GetEEOffset() const;