diff options
author | Thorsten Behrens <thb@openoffice.org> | 2002-05-17 18:12:44 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2002-05-17 18:12:44 +0000 |
commit | 06ef003d3cc391706dc8fce5f1ce9278a1a6a12c (patch) | |
tree | 44d3d797ca244ef14c7a76b99c3227c7bc80acec /sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx | |
parent | a35daf999647e1284aecbdebff96c82a88ab35ec (diff) |
#98735# Refactored text accessibility helper
Diffstat (limited to 'sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx')
-rw-r--r-- | sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx index 720823aff70a..864874ebb51d 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2002-03-22 16:34:54 $ + * last change: $Author: thb $ $Date: 2002-05-17 19:06:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ #endif class ScPreviewShell; -class SvxAccessibleTextHelper; +class accessibility::AccessibleTextHelper; typedef cppu::ImplHelper1< ::drafts::com::sun::star::accessibility::XAccessibleValue> ScAccessiblePreviewHeaderCellImpl; @@ -176,7 +176,7 @@ protected: private: ScPreviewShell* mpViewShell; - SvxAccessibleTextHelper* mpTextHelper; + accessibility::AccessibleTextHelper* mpTextHelper; sal_Int32 mnIndex; ScAddress maCellPos; sal_Bool mbColumnHeader; |