summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsection.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpsection.hxx b/lotuswordpro/source/filter/lwpsection.hxx
index f9a10371845b..49532fe8f16b 100644
--- a/lotuswordpro/source/filter/lwpsection.hxx
+++ b/lotuswordpro/source/filter/lwpsection.hxx
@@ -75,10 +75,10 @@ class LwpOrderedObject : public LwpDLNFVList
{
public:
LwpOrderedObject(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- virtual ~LwpOrderedObject(){};
+ virtual ~LwpOrderedObject(){}
void Read();
- LwpObjectID* GetPosition(){ return &m_Para;};
- LwpObjectID* GetListList(){ return &m_ListList;};
+ LwpObjectID* GetPosition(){ return &m_Para;}
+ LwpObjectID* GetListList(){ return &m_ListList;}
protected:
LwpObjectID m_ListList;//lwplistlist object,
LwpObjectID m_Para;