summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfoundry.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/lwpfoundry.hxx
parentf1992f9ad835505ed7ee8714361b3d005fa72243 (diff)
remove redundant semicolons
Diffstat (limited to 'lotuswordpro/source/filter/lwpfoundry.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/lotuswordpro/source/filter/lwpfoundry.hxx b/lotuswordpro/source/filter/lwpfoundry.hxx
index d46c6d27f683..5dd0066548ec 100644
--- a/lotuswordpro/source/filter/lwpfoundry.hxx
+++ b/lotuswordpro/source/filter/lwpfoundry.hxx
@@ -89,8 +89,8 @@ class LwpBookMark;
class LwpVersionManager
{
public:
- LwpVersionManager(){};
- ~LwpVersionManager(){};
+ LwpVersionManager(){}
+ ~LwpVersionManager(){}
public:
void Read(LwpObjectStream *pStrm);
void Skip(LwpObjectStream *pStrm);
@@ -99,8 +99,8 @@ public:
class LwpObjectManager
{
public:
- LwpObjectManager(){};
- ~LwpObjectManager(){};
+ LwpObjectManager(){}
+ ~LwpObjectManager(){}
private:
LwpObjectID m_Division;
public:
@@ -110,8 +110,8 @@ public:
class LwpNumberManager
{
public:
- LwpNumberManager(){};
- ~LwpNumberManager(){};
+ LwpNumberManager(){}
+ ~LwpNumberManager(){}
private:
LwpObjectID m_TableRange;
public:
@@ -122,8 +122,8 @@ public:
class LwpBulletManager
{
public:
- LwpBulletManager(){};
- ~LwpBulletManager(){};
+ LwpBulletManager(){}
+ ~LwpBulletManager(){}
private:
LwpObjectID m_Head;
public:
@@ -135,8 +135,8 @@ class LwpContent;
class LwpContentManager
{
public:
- LwpContentManager(){};
- ~LwpContentManager(){};
+ LwpContentManager(){}
+ ~LwpContentManager(){}
private:
LwpObjectID m_ContentList;
LwpObjectID m_EnumHead;
@@ -160,8 +160,8 @@ public:
class LwpPieceManager
{
public:
- LwpPieceManager(){};
- ~LwpPieceManager(){};
+ LwpPieceManager(){}
+ ~LwpPieceManager(){}
private:
LwpObjectID m_GeometryPieceList;
LwpObjectID m_ScalePieceList;
@@ -197,13 +197,13 @@ class LwpListList;
class LwpOrderedObjectManager
{
public:
- LwpOrderedObjectManager(){};
- ~LwpOrderedObjectManager(){};
+ LwpOrderedObjectManager(){}
+ ~LwpOrderedObjectManager(){}
protected:
LwpObjectID m_Head;
public:
void Read(LwpObjectStream *pStrm);
- LwpObjectID* GetHeadID() { return &m_Head;};
+ LwpObjectID* GetHeadID() { return &m_Head;}
LwpOrderedObject* Enumerate(LwpOrderedObject* pLast);
protected:
LwpListList* GetNextActiveListList(LwpListList* pLast);