summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 11:55:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 11:55:52 +0000
commitf463b5deafd53fdcfb6c654a617137fc6e0a9fa1 (patch)
tree05d7a659c0f6b9502cd13587e75bb9931f084020 /sc/source/ui/inc
parentd34b2fcce9bd9b44e6055db3ce502f36c45b65bb (diff)
INTEGRATION: CWS tbe34 (1.16.72); FILE MERGED
2008/06/23 12:44:34 tbe 1.16.72.1: #i82480# [a11y] Orca Insert-f to get text attributes doesn't work when you are in a spread sheet table cell
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/AccessibleCell.hxx26
1 files changed, 6 insertions, 20 deletions
diff --git a/sc/source/ui/inc/AccessibleCell.hxx b/sc/source/ui/inc/AccessibleCell.hxx
index d91dca0f4..b0d9d55e3 100644
--- a/sc/source/ui/inc/AccessibleCell.hxx
+++ b/sc/source/ui/inc/AccessibleCell.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AccessibleCell.hxx,v $
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
* This file is part of OpenOffice.org.
*
@@ -38,6 +38,7 @@
#include <com/sun/star/accessibility/XAccessibleRelationSet.hpp>
#include <unotools/accessiblerelationsethelper.hxx>
#include <svx/AccessibleStaticTextBase.hxx>
+#include <comphelper/uno3.hxx>
class ScTabViewShell;
class ScAccessibleDocument;
@@ -74,13 +75,11 @@ protected:
public:
///===== XInterface =====================================================
- virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
- ::com::sun::star::uno::Type const & rType )
- throw (::com::sun::star::uno::RuntimeException);
+ DECLARE_XINTERFACE()
+
+ ///===== XTypeProvider ===================================================
- virtual void SAL_CALL acquire() throw ();
-
- virtual void SAL_CALL release() throw ();
+ DECLARE_XTYPEPROVIDER()
///===== XAccessibleComponent ============================================
@@ -142,19 +141,6 @@ public:
getSupportedServiceNames(void)
throw (::com::sun::star::uno::RuntimeException);
- ///===== XTypeProvider ===================================================
-
- /// returns the possible types
- virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL
- getTypes()
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Returns a implementation id.
- */
- virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL
- getImplementationId(void)
- throw (::com::sun::star::uno::RuntimeException);
-
private:
ScTabViewShell* mpViewShell;
ScAccessibleDocument* mpAccDoc;