summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpverdocument.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/lwpverdocument.hxx
parentthrow out some more warnings (diff)
downloadcore-fc92291abd13845b36e5c7f5303f2bad86e03750.tar.gz
core-fc92291abd13845b36e5c7f5303f2bad86e03750.zip
remove redundant semicolons
Diffstat (limited to 'lotuswordpro/source/filter/lwpverdocument.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpverdocument.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpverdocument.hxx b/lotuswordpro/source/filter/lwpverdocument.hxx
index bf8a2f264e07..b0e9078144ff 100644
--- a/lotuswordpro/source/filter/lwpverdocument.hxx
+++ b/lotuswordpro/source/filter/lwpverdocument.hxx
@@ -75,7 +75,7 @@ class LwpVerDocument : public LwpObject
{
public:
LwpVerDocument(LwpObjectHeader& objHdr, LwpSvStream* pStrm);
- ~LwpVerDocument(){};
+ ~LwpVerDocument(){}
void Read();
virtual void RegisterStyle();
sal_uInt32 GetTabSpacing();