summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/accessibletablistboxtable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/extended/accessibletablistboxtable.hxx')
-rw-r--r--accessibility/inc/extended/accessibletablistboxtable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/extended/accessibletablistboxtable.hxx b/accessibility/inc/extended/accessibletablistboxtable.hxx
index 1a3bfc6c8dea..631352401dc1 100644
--- a/accessibility/inc/extended/accessibletablistboxtable.hxx
+++ b/accessibility/inc/extended/accessibletablistboxtable.hxx
@@ -59,7 +59,7 @@ private:
sal_Int32 implGetSelRowCount() const;
/** Returns the row index from cell index. */
- inline sal_Int32 implGetRow( sal_Int32 _nIndex ) const { return _nIndex / implGetColumnCount(); }
+ sal_Int32 implGetRow( sal_Int32 _nIndex ) const { return _nIndex / implGetColumnCount(); }
/** Returns the absolute row index of the nSelRow-th selected row. */
sal_Int32 implGetSelRow( sal_Int32 _nSelRow ) const;