summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-03-14 14:26:29 +0000
committerSascha Ballach <sab@openoffice.org>2002-03-14 14:26:29 +0000
commit636664f312734d9ed164f40f3cc6492604b3b0be (patch)
treeb001d5718cf95874a14f394990a8deb75724a068 /sc/source/ui/inc/AccessibleTableBase.hxx
parented11db424d9063414a45ae8cc89d4dad4fad32a2 (diff)
#95584#; add TableModelChangeEvent support
Diffstat (limited to 'sc/source/ui/inc/AccessibleTableBase.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleTableBase.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleTableBase.hxx b/sc/source/ui/inc/AccessibleTableBase.hxx
index a4682e63af15..f6eb5ca4af0d 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: sab $ $Date: 2002-03-12 09:37:40 $
+ * last change: $Author: sab $ $Date: 2002-03-14 15:26:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -324,6 +324,8 @@ protected:
ScRange maRange;
ScDocument* mpDoc;
+
+ void CommitTableModelChange(sal_Int32 nStartRow, sal_Int32 nStartCol, sal_Int32 nEndRow, sal_Int32 nEndCol, sal_uInt16 nId);
};