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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptblformula.hxx b/lotuswordpro/source/filter/lwptblformula.hxx
index ad695124170e..0f9873e8a92d 100644
--- a/lotuswordpro/source/filter/lwptblformula.hxx
+++ b/lotuswordpro/source/filter/lwptblformula.hxx
@@ -165,7 +165,7 @@ class LwpFormulaFunc :public LwpFormulaArg
{
public:
explicit LwpFormulaFunc(sal_uInt16 nTokenType);
- virtual ~LwpFormulaFunc();
+ virtual ~LwpFormulaFunc() override;
void AddArg(LwpFormulaArg* pArg);
@@ -206,7 +206,7 @@ protected:
void ReadArguments(LwpFormulaFunc& aFunc);
bool m_bSupported;
private:
- virtual ~LwpFormulaInfo();
+ virtual ~LwpFormulaInfo() override;
std::vector<LwpFormulaArg*> m_aStack;
void ReadConst();