summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpparaproperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpparaproperty.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpparaproperty.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpparaproperty.hxx b/lotuswordpro/source/filter/lwpparaproperty.hxx
index 1f5f26e4ca56..31e3b62c6026 100644
--- a/lotuswordpro/source/filter/lwpparaproperty.hxx
+++ b/lotuswordpro/source/filter/lwpparaproperty.hxx
@@ -89,8 +89,8 @@
class LwpParaProperty : public LwpDLList
{
public:
- LwpParaProperty(){};
- virtual ~LwpParaProperty(void){};
+ LwpParaProperty(){}
+ virtual ~LwpParaProperty(void){}
virtual sal_uInt32 GetType(void) = 0;
inline LwpParaProperty* GetNext(void);
inline LwpParaProperty* GetPrevious(void);