diff options
author | Rene Engelhard <rene@debian.org> | 2012-01-31 21:06:47 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-01-31 21:19:24 +0100 |
commit | be4dc9f80c62435a42c6ed0967eee443abd6e3dd (patch) | |
tree | 116d942b71f87df620a403aa561884b89025ef68 /sw/inc | |
parent | 742b36ed8bd3880d4dcf6022fbc3165a213d80bb (diff) |
add explicit empty SwTblBoxFormula destructor to fix armel build...
Diffstat (limited to 'sw/inc')
-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; |