summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppara.hxx
diff options
context:
space:
mode:
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();