summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpnotes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpnotes.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpnotes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpnotes.hxx b/lotuswordpro/source/filter/lwpnotes.hxx
index 8b98a5902a04..c353143d0d5a 100644
--- a/lotuswordpro/source/filter/lwpnotes.hxx
+++ b/lotuswordpro/source/filter/lwpnotes.hxx
@@ -75,7 +75,7 @@ class LwpFribNote: public LwpFrib
{
public:
LwpFribNote(LwpPara* pPara );
- ~LwpFribNote(){};
+ ~LwpFribNote(){}
void Read(LwpObjectStream* pObjStrm, sal_uInt16 len);
void RegisterStyle();
void XFConvert(XFContentContainer* pCont);
@@ -95,7 +95,7 @@ public:
virtual LWP_LAYOUT_TYPE GetLayoutType () { return LWP_NOTE_LAYOUT;}
virtual void RegisterStyle();
virtual void XFConvert(XFContentContainer* pCont);
- sal_uInt32 GetTime(){ return m_nTime;};
+ sal_uInt32 GetTime(){ return m_nTime;}
OUString GetAuthor();
protected: