diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 08:55:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 09:05:21 +0000 |
commit | 5c3a6d383e9aa89252f796a6b17adf81f2bb40a1 (patch) | |
tree | 38b07246add305cbe6307cd4316c74e3dcea8800 /svx/source/accessibility | |
parent | b733190b0eae3177a30e09054a764eed4f616ba2 (diff) |
callcatcher: update unused code
Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/svxpixelctlaccessiblecontext.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx index b84d9abe0637..398d3835f659 100644 --- a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx +++ b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx @@ -557,15 +557,12 @@ void SAL_CALL SvxPixelCtlAccessible::disposing() } } + void SvxPixelCtlAccessible::Invalidate() { pPixelCtl = 0; } -void SvxPixelCtlAccessible::ThrowExceptionIfNotAlive( void ) throw( lang::DisposedException ) -{ - if( IsNotAlive() ) - throw lang::DisposedException(); -} + void SvxPixelCtlAccessible::IsValid() throw (uno::RuntimeException) { if(!pPixelCtl) |