diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-06-03 14:34:52 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-06-03 14:34:52 +0200 |
commit | 1ad68bd3cf4c4a5775df7753a1a36eeed1391ba5 (patch) | |
tree | 13b7020ca43b2e37fb5d5e4b914bf7c64b4797fb /accessibility/inc | |
parent | 5110e6dc5c71cff5ccd099e158336aadb380664b (diff) |
vcl112: #i111983# remove unused code (thanks cmc !)
Diffstat (limited to 'accessibility/inc')
-rwxr-xr-x | accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx index 28d9cfb919f1..bee42d85e2a2 100755 --- a/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx +++ b/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx @@ -174,14 +174,6 @@ protected: // internal helper methods ------------------------------------------------ /** @attention This method requires locked mutex's and a living object. - @param nColumn - the position of the column in the Accessible world - @return - the position of the column in VCL the Accessible world - */ - sal_uInt16 implToVCLColumnPos( sal_Int32 nColumn ) const; - - /** @attention This method requires locked mutex's and a living object. @return The number of cells of the table. */ sal_Int32 implGetChildCount() const; |