summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-05-24 14:21:43 +0000
committerSascha Ballach <sab@openoffice.org>2002-05-24 14:21:43 +0000
commitc590b521a26eeb92fb14281c70618981f20ec2ce (patch)
tree7360284402a71956ec460a48bddb4f54bbc0be54 /sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
parent8f3068448b3edffc9a3aba426c525aa75ff2ae0b (diff)
#95584#; add text support
Diffstat (limited to 'sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx')
-rw-r--r--sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
index 37a0bec45..32ad8a45a 100644
--- a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
+++ b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePreviewHeaderCell.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: thb $ $Date: 2002-05-17 19:06:00 $
+ * last change: $Author: sab $ $Date: 2002-05-24 15:20:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,8 +171,8 @@ protected:
virtual ::rtl::OUString SAL_CALL createAccessibleDescription(void) throw(::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL createAccessibleName(void) throw (::com::sun::star::uno::RuntimeException);
- virtual Rectangle GetBoundingBoxOnScreen(void) throw(::com::sun::star::uno::RuntimeException);
- virtual Rectangle GetBoundingBox(void) throw (::com::sun::star::uno::RuntimeException);
+ virtual Rectangle GetBoundingBoxOnScreen(void) const throw(::com::sun::star::uno::RuntimeException);
+ virtual Rectangle GetBoundingBox(void) const throw (::com::sun::star::uno::RuntimeException);
private:
ScPreviewShell* mpViewShell;