summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwptblformula.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-15 18:14:54 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-15 20:27:24 +0100
commitc94a2118bb498f7acc4326b73abfbab58cc09a66 (patch)
tree9a8571f242b3cc3ae12e7370811c3856a9d58a60 /lotuswordpro/source/filter/lwptblformula.hxx
parentWaE: ordered comparison of pointer with integer zero (diff)
downloadcore-c94a2118bb498f7acc4326b73abfbab58cc09a66.tar.gz
core-c94a2118bb498f7acc4326b73abfbab58cc09a66.zip
WaE: deleting object of abstract class type with non-virtual destructor
Diffstat (limited to 'lotuswordpro/source/filter/lwptblformula.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptblformula.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwptblformula.hxx b/lotuswordpro/source/filter/lwptblformula.hxx
index 648b9266f329..ceaa41970a32 100644
--- a/lotuswordpro/source/filter/lwptblformula.hxx
+++ b/lotuswordpro/source/filter/lwptblformula.hxx
@@ -109,6 +109,7 @@ class LwpTableLayout;
class LwpFormulaArg
{
public:
+ virtual ~LwpFormulaArg() = 0;
virtual rtl::OUString ToString(LwpTableLayout* pCellsMap)=0;
virtual String ToArgString(LwpTableLayout* pCellsMap){ return ToString(pCellsMap);}
};