summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 13:21:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 13:21:36 +0000
commit3e88b105401bb1b9177637e32e57ee13204762bd (patch)
tree4e7cf534585b2416349a7ac4c5eb6a248f3dd7ca /sd/source/ui/accessibility
parent3fc5478d7fce36358ef4d52fda1c69adce44dfbe (diff)
INTEGRATION: CWS impressa11y (1.13.30); FILE MERGED
2008/05/29 12:06:12 af 1.13.30.5: RESYNC: (1.15-1.16); FILE MERGED 2007/06/18 15:04:28 af 1.13.30.4: RESYNC: (1.14-1.15); FILE MERGED 2007/01/11 13:06:11 af 1.13.30.3: #i70548# Fixed resync problems. 2007/01/08 14:06:29 af 1.13.30.2: RESYNC: (1.13-1.14); FILE MERGED 2006/10/18 12:35:11 af 1.13.30.1: #i70549# Added some calls to ThrowIfDisposed().
Diffstat (limited to 'sd/source/ui/accessibility')
-rw-r--r--sd/source/ui/accessibility/AccessiblePageShape.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePageShape.cxx b/sd/source/ui/accessibility/AccessiblePageShape.cxx
index f23a92989cdc..6ff2266ff017 100644
--- a/sd/source/ui/accessibility/AccessiblePageShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePageShape.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AccessiblePageShape.cxx,v $
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
* This file is part of OpenOffice.org.
*
@@ -284,6 +284,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getBackground (void)
AccessiblePageShape::getSupportedServiceNames (void)
throw (::com::sun::star::uno::RuntimeException)
{
+ ThrowIfDisposed ();
return AccessibleShape::getSupportedServiceNames();
}
@@ -296,6 +297,7 @@ void SAL_CALL
AccessiblePageShape::disposing (const ::com::sun::star::lang::EventObject& aEvent)
throw (::com::sun::star::uno::RuntimeException)
{
+ ThrowIfDisposed ();
AccessibleShape::disposing (aEvent);
}