summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-03-22 15:34:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-03-22 15:34:54 +0000
commita69b4a188676453134b0094dbda534b5b97c1ea8 (patch)
tree61cd13f5029eab572fd415471ca411bab0b6fdab /sc/source
parente5b578e80fd6c31dc9d4178030a9383915234315 (diff)
#65293# corrected typo
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/inc/AccessibleCellBase.hxx6
-rw-r--r--sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx6
-rw-r--r--sc/source/ui/inc/AccessiblePreviewTable.hxx6
-rw-r--r--sc/source/ui/inc/AccessibleTableBase.hxx6
4 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/ui/inc/AccessibleCellBase.hxx b/sc/source/ui/inc/AccessibleCellBase.hxx
index 01e8c0f19252..6a0ff0d48d20 100644
--- a/sc/source/ui/inc/AccessibleCellBase.hxx
+++ b/sc/source/ui/inc/AccessibleCellBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleCellBase.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: sab $ $Date: 2002-03-21 06:40:48 $
+ * last change: $Author: vg $ $Date: 2002-03-22 16:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@
class ScTabViewShell;
-typedef cppu::ImplHelper1<::drafts::com::sun::star::accessibility::XAccessibleValue>
+typedef cppu::ImplHelper1< ::drafts::com::sun::star::accessibility::XAccessibleValue>
ScAccessibleCellBaseImpl;
class ScAccessibleCellBase
diff --git a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx
index c5d70822637c..720823aff70a 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sab $ $Date: 2002-03-21 06:57:54 $
+ * last change: $Author: vg $ $Date: 2002-03-22 16:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@
class ScPreviewShell;
class SvxAccessibleTextHelper;
-typedef cppu::ImplHelper1<::drafts::com::sun::star::accessibility::XAccessibleValue>
+typedef cppu::ImplHelper1< ::drafts::com::sun::star::accessibility::XAccessibleValue>
ScAccessiblePreviewHeaderCellImpl;
class ScAccessiblePreviewHeaderCell :
diff --git a/sc/source/ui/inc/AccessiblePreviewTable.hxx b/sc/source/ui/inc/AccessiblePreviewTable.hxx
index cb534b6dc3f6..1b8069ad1720 100644
--- a/sc/source/ui/inc/AccessiblePreviewTable.hxx
+++ b/sc/source/ui/inc/AccessiblePreviewTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePreviewTable.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sab $ $Date: 2002-03-21 07:06:56 $
+ * last change: $Author: vg $ $Date: 2002-03-22 16:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@
class ScPreviewShell;
class ScPreviewTableInfo;
-typedef cppu::ImplHelper1<::drafts::com::sun::star::accessibility::XAccessibleTable>
+typedef cppu::ImplHelper1< ::drafts::com::sun::star::accessibility::XAccessibleTable>
ScAccessiblePreviewTableImpl;
class ScAccessiblePreviewTable :
diff --git a/sc/source/ui/inc/AccessibleTableBase.hxx b/sc/source/ui/inc/AccessibleTableBase.hxx
index b8a5272957c6..b6adc00efee8 100644
--- a/sc/source/ui/inc/AccessibleTableBase.hxx
+++ b/sc/source/ui/inc/AccessibleTableBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleTableBase.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: sab $ $Date: 2002-03-21 07:12:51 $
+ * last change: $Author: vg $ $Date: 2002-03-22 16:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@ class ScTabViewShell;
<code>AccessibleTable</code> service.
*/
-typedef cppu::ImplHelper2<::drafts::com::sun::star::accessibility::XAccessibleTable,
+typedef cppu::ImplHelper2< ::drafts::com::sun::star::accessibility::XAccessibleTable,
::drafts::com::sun::star::accessibility::XAccessibleSelection>
ScAccessibleTableBaseImpl;