summaryrefslogtreecommitdiff
path: root/svx/source/table/accessiblecell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/accessiblecell.hxx')
-rw-r--r--svx/source/table/accessiblecell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/accessiblecell.hxx b/svx/source/table/accessiblecell.hxx
index 053b0948c045..ab62d8b24f3b 100644
--- a/svx/source/table/accessiblecell.hxx
+++ b/svx/source/table/accessiblecell.hxx
@@ -107,7 +107,7 @@ public:
/** set the index _nIndex at the accessible cell param _nIndex The new index in parent.
*/
- inline void setIndexInParent(sal_Int32 _nIndex) { mnIndexInParent = _nIndex; }
+ void setIndexInParent(sal_Int32 _nIndex) { mnIndexInParent = _nIndex; }
//Get the parent table
AccessibleTableShape* GetParentTable() { return pAccTable; }