summaryrefslogtreecommitdiff
path: root/svx/source/inc/charmapacc.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-10-25 06:46:28 +0000
committerOcke Janssen <oj@openoffice.org>2002-10-25 06:46:28 +0000
commit7384ff1768fed4258063e99d4db866a29ca477de (patch)
tree21d9f9f78e63855361debff409847e45027f79bf /svx/source/inc/charmapacc.hxx
parentf644a3b31cac112771d198acab17e4cd7201dce5 (diff)
#104493# Reorganization of XAccessibleComponent and XAccessibleExtendedComponent
Diffstat (limited to 'svx/source/inc/charmapacc.hxx')
-rw-r--r--svx/source/inc/charmapacc.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/inc/charmapacc.hxx b/svx/source/inc/charmapacc.hxx
index c94df6210dd1..a2e1657a129f 100644
--- a/svx/source/inc/charmapacc.hxx
+++ b/svx/source/inc/charmapacc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: charmapacc.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2002-07-30 10:32:58 $
+ * last change: $Author: oj $ $Date: 2002-10-25 07:45:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,6 +132,8 @@ namespace svx
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleStateSet > SAL_CALL getAccessibleStateSet( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException) { return this; }
+ virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
// call the fireEvent method from the table when it exists.
@@ -211,6 +213,8 @@ namespace svx
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleStateSet > SAL_CALL getAccessibleStateSet( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException) { return this; }
+ virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
// XAccessibleTable
virtual sal_Int32 SAL_CALL getAccessibleRowCount( ) throw (::com::sun::star::uno::RuntimeException);