summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpproplist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpproplist.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpproplist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpproplist.hxx b/lotuswordpro/source/filter/lwpproplist.hxx
index ccd17a606845..4e0deaf061e6 100644
--- a/lotuswordpro/source/filter/lwpproplist.hxx
+++ b/lotuswordpro/source/filter/lwpproplist.hxx
@@ -73,7 +73,7 @@ class LwpPropListElement : public LwpDLVList
{
public:
LwpPropListElement(LwpObjectHeader &objHdr, LwpSvStream *pStrm);
- ~LwpPropListElement(){};
+ ~LwpPropListElement(){}
void Read();
sal_Bool IsNamed(OUString name);
LwpPropListElement* GetNext();
@@ -87,8 +87,8 @@ private:
class LwpPropList : public LwpDLVListHead
{
public:
- LwpPropList(){};
- ~LwpPropList(){};
+ LwpPropList(){}
+ ~LwpPropList(){}
void Read(LwpObjectStream* pObjStrm);
LwpPropListElement* GetFirst();
OUString GetNamedProperty(OUString name);