summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index ade9b38cc1db..d7553513bc7b 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -937,6 +937,11 @@ private:
SCROW mnCurRow;
SCROW mnUBound;
};
+
+//IAccessibility2 Implementation 2009-----
+public :
+ ScColumn* GetColumnByIndex(sal_Int32 index);
+//-----IAccessibility2 Implementation 2009
};