summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppara.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/lwppara.hxx
parentf1992f9ad835505ed7ee8714361b3d005fa72243 (diff)
remove redundant semicolons
Diffstat (limited to 'lotuswordpro/source/filter/lwppara.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppara.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwppara.hxx b/lotuswordpro/source/filter/lwppara.hxx
index 4e2d36347f98..bd46a8857ded 100644
--- a/lotuswordpro/source/filter/lwppara.hxx
+++ b/lotuswordpro/source/filter/lwppara.hxx
@@ -91,7 +91,7 @@ class LwpBulletStyleMgr;
class LwpNotifyListPersistent
{
public:
- LwpNotifyListPersistent(){};
+ LwpNotifyListPersistent(){}
void Read(LwpObjectStream* pObjStrm);
protected:
LwpObjectID m_Head;
@@ -100,7 +100,7 @@ protected:
class LwpForked3NotifyList
{
public:
- LwpForked3NotifyList(){};
+ LwpForked3NotifyList(){}
protected:
LwpNotifyListPersistent m_ExtraList;
LwpNotifyListPersistent m_PersistentList;
@@ -201,7 +201,7 @@ public:
// add by 04/13/2005
LwpVirtualLayout* GetLayoutWithMyStory();
LwpBulletStyleMgr* GetBulletStyleMgr();
- sal_uInt32 GetOrdinal(){ return m_nOrdinal;};
+ sal_uInt32 GetOrdinal(){ return m_nOrdinal;}
sal_Bool operator <(LwpPara& Other);
sal_Bool ComparePagePosition(LwpVirtualLayout* pPreLayout, LwpVirtualLayout* pNextLayout);
// rtl::OUString RegisterBulletStyle();