diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:12:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:48 +0200 |
commit | bf37694ab8c984e3cbbe666c408e0f168ba61f52 (patch) | |
tree | 202336246ff36303d494c38292214694d7f0d7dd /include/svx/AccessibleControlShape.hxx | |
parent | dfd44d0b122869e291ba42085e31164a401a0a23 (diff) |
svx: remove SAL_THROW macro
Change-Id: I8bfce109e55871d48b35300be98085f383fef26f
Diffstat (limited to 'include/svx/AccessibleControlShape.hxx')
-rw-r--r-- | include/svx/AccessibleControlShape.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/AccessibleControlShape.hxx b/include/svx/AccessibleControlShape.hxx index 5477914d5de2..55cd22d7d5f0 100644 --- a/include/svx/AccessibleControlShape.hxx +++ b/include/svx/AccessibleControlShape.hxx @@ -135,10 +135,10 @@ protected: #endif // DBG_UTIL /// (safely) reads the given property from the model of the UNO control - OUString getControlModelStringProperty( const OUString& _rPropertyName ) const SAL_THROW(( )); + OUString getControlModelStringProperty( const OUString& _rPropertyName ) const; /// ensure that our control model exists(will be retrieved upon need only) - bool ensureControlModelAccess( ) SAL_THROW(( )); + bool ensureControlModelAccess( ); /// ensures that we're listening for the given property if(and only if!) necessary bool ensureListeningState( const bool _bCurrentlyListening, const bool _bNeedNewListening, |