summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpvpointer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpvpointer.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpvpointer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpvpointer.hxx b/lotuswordpro/source/filter/lwpvpointer.hxx
index 0da545c7bc4f..54233f460e5a 100644
--- a/lotuswordpro/source/filter/lwpvpointer.hxx
+++ b/lotuswordpro/source/filter/lwpvpointer.hxx
@@ -72,11 +72,11 @@ class LwpVersionedPointer : public LwpObject
{
public:
LwpVersionedPointer(LwpObjectHeader& objHdr, LwpSvStream* pStrm);
- ~LwpVersionedPointer(){};
+ ~LwpVersionedPointer(){}
void Read();
void RegisterStyle();
void Parse(IXFStream* pOutputStream);
- LwpObjectID* GetPointer(){return &m_PointerID;};
+ LwpObjectID* GetPointer(){return &m_PointerID;}
protected:
LwpObjectID m_PointerID;
};