summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppagehint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppagehint.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppagehint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwppagehint.hxx b/lotuswordpro/source/filter/lwppagehint.hxx
index 73e90c94974a..2d4f55b31f2f 100644
--- a/lotuswordpro/source/filter/lwppagehint.hxx
+++ b/lotuswordpro/source/filter/lwppagehint.hxx
@@ -100,7 +100,6 @@ class LwpPageHint : public LwpDLVList
{
public:
LwpPageHint(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- virtual ~LwpPageHint(){}
void Read() SAL_OVERRIDE;
void Parse(IXFStream* pOutputStream) SAL_OVERRIDE;
sal_uInt16 GetPageNumber(){return m_nPageNumber;}
@@ -109,6 +108,7 @@ public:
LwpObjectID* GetPageLayoutID(){ return &m_PageLayout;}
sal_uInt16 GetLayoutPageNumber(){ return m_nLayoutPageNumber;}
private:
+ virtual ~LwpPageHint(){}
LwpObjectID m_PageLayout;
LwpContentHintHead m_ContentHints;