summaryrefslogtreecommitdiff
path: root/sc/inc/editsrc.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-03-21 05:27:03 +0000
committerSascha Ballach <sab@openoffice.org>2002-03-21 05:27:03 +0000
commitfcfb5f5ffa411f92ff8cb4f6f37caa5dfe289b21 (patch)
tree200bb9de48ed15396a9847f2057ad2409899ec95 /sc/inc/editsrc.hxx
parent8c29c0192cbcff6029d19f25e5dd114153c2464f (diff)
#95584#; add Preview support for Accessibility
Diffstat (limited to 'sc/inc/editsrc.hxx')
-rw-r--r--sc/inc/editsrc.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/editsrc.hxx b/sc/inc/editsrc.hxx
index d02a87cad72d..d267d3f34cd9 100644
--- a/sc/inc/editsrc.hxx
+++ b/sc/inc/editsrc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editsrc.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: sab $ $Date: 2002-03-04 14:48:51 $
+ * last change: $Author: sab $ $Date: 2002-03-21 06:27:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ class ScDocShell;
class ScHeaderFooterContentObj;
class ScCellTextData;
class ScHeaderFooterTextData;
-class ScAccessibleCellTextData;
+class ScAccessibleTextData;
class ScHeaderFooterChangedHint : public SfxHint
@@ -215,10 +215,10 @@ public:
class ScAccessibilityEditSource : public SvxEditSource
{
private:
- ::std::auto_ptr < ScAccessibleCellTextData > mpAccessibleCellTextData;
+ ::std::auto_ptr < ScAccessibleTextData > mpAccessibleTextData;
public:
- ScAccessibilityEditSource( ::std::auto_ptr < ScAccessibleCellTextData > pAccessibleCellTextData );
+ ScAccessibilityEditSource( ::std::auto_ptr < ScAccessibleTextData > pAccessibleCellTextData );
virtual ~ScAccessibilityEditSource();
virtual SvxEditSource* Clone() const;