summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpcontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpcontent.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcontent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpcontent.hxx b/lotuswordpro/source/filter/lwpcontent.hxx
index dfdd474e4cdc..7c357fc17e00 100644
--- a/lotuswordpro/source/filter/lwpcontent.hxx
+++ b/lotuswordpro/source/filter/lwpcontent.hxx
@@ -74,7 +74,7 @@ class LwpContent : public LwpDLNFVList
{
public:
LwpContent(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- virtual ~LwpContent(){}
+ virtual ~LwpContent() override {}
protected:
LwpAssociatedLayouts m_LayoutsWithMe;
sal_uInt16 m_nFlags;
@@ -147,7 +147,7 @@ class LwpHeadContent : public LwpContent
{
public:
LwpHeadContent(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- virtual ~LwpHeadContent(){}
+ virtual ~LwpHeadContent() override {}
protected:
void Read() override;
};