summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppagehint.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2010-12-23 12:42:17 +0100
committerDavid Tardon <dtardon@redhat.com>2010-12-24 14:17:53 +0100
commitfc92291abd13845b36e5c7f5303f2bad86e03750 (patch)
treed717c8beb7d2396f9e1e78a81e2baaa7fccd470a /lotuswordpro/source/filter/lwppagehint.hxx
parentf1992f9ad835505ed7ee8714361b3d005fa72243 (diff)
remove redundant semicolons
Diffstat (limited to 'lotuswordpro/source/filter/lwppagehint.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppagehint.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwppagehint.hxx b/lotuswordpro/source/filter/lwppagehint.hxx
index a223986a4740..d81e691b604f 100644
--- a/lotuswordpro/source/filter/lwppagehint.hxx
+++ b/lotuswordpro/source/filter/lwppagehint.hxx
@@ -72,7 +72,7 @@
class LwpSLVListHead
{
public:
- LwpSLVListHead(){};
+ LwpSLVListHead(){}
void Read(LwpObjectStream* pObjStrm);
private:
LwpObjectID m_ListHead;
@@ -81,7 +81,7 @@ private:
class LwpContentHintHead
{
public:
- LwpContentHintHead(){};
+ LwpContentHintHead(){}
void Read(LwpObjectStream* pObjStrm);
private:
LwpSLVListHead m_ListHead;
@@ -90,7 +90,7 @@ private:
class LwpFootnoteSeenHead
{
public:
- LwpFootnoteSeenHead(){};
+ LwpFootnoteSeenHead(){}
void Read(LwpObjectStream* pObjStrm);
private:
LwpSLVListHead m_ListHead;
@@ -100,7 +100,7 @@ class LwpPageHint : public LwpDLVList
{
public:
LwpPageHint(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- ~LwpPageHint(){};
+ ~LwpPageHint(){}
void Read();
void Parse(IXFStream* pOutputStream);
sal_uInt16 GetPageNumber(){return m_nPageNumber;}