diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2002-04-02 13:59:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2002-04-02 13:59:56 +0000 |
commit | 8b9ac814c17cafa285cac0bafb920c6dd081afbc (patch) | |
tree | ec562cf71c24510a03763e8d3b8b429e7fa5d86c | |
parent | d85e4d26df71592430b85963976986d4b38347ac (diff) |
#65293# SAB: add include of AccessibleShape
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleDocument.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index e8bbea8b526c..d3f00d5f141b 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleDocument.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: vg $ $Date: 2002-04-02 14:11:19 $ + * last change: $Author: vg $ $Date: 2002-04-02 14:59:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,6 +110,9 @@ #ifndef _SVX_ACCESSIBILITY_SHAPE_TYPE_HANDLER_HXX #include <svx/ShapeTypeHandler.hxx> #endif +#ifndef _SVX_ACCESSIBILITY_ACCESSIBLE_SHAPE_HXX +#include <svx/AccessibleShape.hxx> +#endif using namespace ::com::sun::star; using namespace ::drafts::com::sun::star::accessibility; @@ -477,7 +480,6 @@ uno::Reference< XAccessible > ScAccessibleDocument::GetShape(sal_Int32 nIndex) } } } - return maShapes[nIndex].pAccShape; } |