diff options
author | Steve Yin <steve_y@apache.org> | 2013-11-14 08:18:05 +0000 |
---|---|---|
committer | Steve Yin <steve_y@apache.org> | 2013-11-14 08:18:05 +0000 |
commit | a5c4ddcf8ed5344d9bceeffd7431cd6895a407ca (patch) | |
tree | 7e830be2c7fae1c81a868f196aa940696efeeb37 /sc/inc/table.hxx | |
parent | a2afc19e04f8bb3089cbfef34960ad8f0a3b99bf (diff) |
Integrate branch of IAccessible2
Notes
Notes:
merged as: c2405f80af8b61fa9b9088420afdb79584adf7c0
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 5 |
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 }; |