summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptblformula.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptblformula.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptblformula.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwptblformula.hxx b/lotuswordpro/source/filter/lwptblformula.hxx
index d10b3f50a23f..0a5060e3f7a5 100644
--- a/lotuswordpro/source/filter/lwptblformula.hxx
+++ b/lotuswordpro/source/filter/lwptblformula.hxx
@@ -200,7 +200,7 @@ class LwpFormulaInfo : public LwpCellList
{
public:
LwpFormulaInfo(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- ~LwpFormulaInfo();
+ virtual ~LwpFormulaInfo();
sal_Bool IsFormula() SAL_OVERRIDE {return sal_True;}
void SetRow(sal_uInt16 nRow){ m_nFormulaRow = nRow;}
OUString Convert(LwpTableLayout* pCellsMap);