summaryrefslogtreecommitdiffstats
path: root/svx/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-21 08:55:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-21 09:05:21 +0000
commit5c3a6d383e9aa89252f796a6b17adf81f2bb40a1 (patch)
tree38b07246add305cbe6307cd4316c74e3dcea8800 /svx/source/inc
parentDOCX export tests: increase strength of testing nested text frames (diff)
downloadcore-5c3a6d383e9aa89252f796a6b17adf81f2bb40a1.tar.gz
core-5c3a6d383e9aa89252f796a6b17adf81f2bb40a1.zip
callcatcher: update unused code
Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/svxpixelctlaccessiblecontext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/inc/svxpixelctlaccessiblecontext.hxx b/svx/source/inc/svxpixelctlaccessiblecontext.hxx
index ea3a0da8c815..5601c3ec0684 100644
--- a/svx/source/inc/svxpixelctlaccessiblecontext.hxx
+++ b/svx/source/inc/svxpixelctlaccessiblecontext.hxx
@@ -249,8 +249,6 @@ public:
inline sal_Bool IsAlive( void ) const;
/// @returns true if it's not disposed and no in disposing
inline sal_Bool IsNotAlive( void ) const;
- /// throws the exception DisposedException if it's not alive
- void ThrowExceptionIfNotAlive( void ) throw( ::com::sun::star::lang::DisposedException );
protected:
/** @attention This method requires locked mutex's and a living object.