summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpcontent.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/lwpcontent.hxx
parentf1992f9ad835505ed7ee8714361b3d005fa72243 (diff)
remove redundant semicolons
Diffstat (limited to 'lotuswordpro/source/filter/lwpcontent.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcontent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpcontent.hxx b/lotuswordpro/source/filter/lwpcontent.hxx
index 063fa70b1476..0d64747f2446 100644
--- a/lotuswordpro/source/filter/lwpcontent.hxx
+++ b/lotuswordpro/source/filter/lwpcontent.hxx
@@ -78,7 +78,7 @@ class LwpContent : public LwpDLNFVList
{
public:
LwpContent(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- virtual ~LwpContent(){};
+ virtual ~LwpContent(){}
protected:
LwpAssociatedLayouts m_LayoutsWithMe;
sal_uInt16 m_nFlags;
@@ -151,7 +151,7 @@ class LwpHeadContent : public LwpContent
{
public:
LwpHeadContent(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- virtual ~LwpHeadContent(){};
+ virtual ~LwpHeadContent(){}
protected:
void Read();
};