diff options
author | Andre Fischer <af@openoffice.org> | 2002-10-23 08:48:39 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2002-10-23 08:48:39 +0000 |
commit | 14656e614496a3ed9bf8fb8c49a2cecf30e280bc (patch) | |
tree | be4a3926ad5c6b7f4be2496f141ffc7f7ca881da /sd/source/ui/inc/AccessiblePageShape.hxx | |
parent | d32aba918ccb32cb336e60bd31d14f00205ceb13 (diff) |
#104426# XAccessible(Extended)Component reorganization changes.
Diffstat (limited to 'sd/source/ui/inc/AccessiblePageShape.hxx')
-rw-r--r-- | sd/source/ui/inc/AccessiblePageShape.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sd/source/ui/inc/AccessiblePageShape.hxx b/sd/source/ui/inc/AccessiblePageShape.hxx index 8dd5a9e39e6e..8090f86c7884 100644 --- a/sd/source/ui/inc/AccessiblePageShape.hxx +++ b/sd/source/ui/inc/AccessiblePageShape.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessiblePageShape.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: af $ $Date: 2002-06-28 14:45:06 $ + * last change: $Author: af $ $Date: 2002-10-23 09:47:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,8 +163,6 @@ public: virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds (void) throw (::com::sun::star::uno::RuntimeException); - //===== XAccessibleExtendedComponent ==================================== - virtual sal_Int32 SAL_CALL getForeground (void) throw (::com::sun::star::uno::RuntimeException); |