diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cellatr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/cellatr.hxx b/sw/inc/cellatr.hxx index f07345b93b43..501744b047ad 100644 --- a/sw/inc/cellatr.hxx +++ b/sw/inc/cellatr.hxx @@ -45,8 +45,6 @@ public: bAuto = rAttr.bAuto; return *this; } - - bool GetAutoFlag() const { return bAuto; } }; class SwTableBoxFormula : public SfxPoolItem, public SwTableFormula |