diff options
-rw-r--r-- | sw/inc/cellatr.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/cellatr.hxx b/sw/inc/cellatr.hxx index e081375a5495..c147379e98e5 100644 --- a/sw/inc/cellatr.hxx +++ b/sw/inc/cellatr.hxx @@ -64,6 +64,7 @@ class SwTblBoxFormula : public SfxPoolItem, public SwTableFormula public: SwTblBoxFormula( const String& rFormula ); + ~SwTblBoxFormula() {}; // "pure virtual methods" of SfxPoolItem virtual int operator==( const SfxPoolItem& ) const; |