summaryrefslogtreecommitdiff
path: root/include/editeng/flditem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/flditem.hxx')
-rw-r--r--include/editeng/flditem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx
index 50a7f81b6878..961b5e08b987 100644
--- a/include/editeng/flditem.hxx
+++ b/include/editeng/flditem.hxx
@@ -232,7 +232,7 @@ public:
explicit SvxTableField(int nTab);
void SetTab(int nTab);
- int GetTab() const;
+ int GetTab() const { return mnTab;}
virtual SvxFieldData* Clone() const SAL_OVERRIDE;
virtual bool operator==( const SvxFieldData& ) const SAL_OVERRIDE;