summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpnumericfmt.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/lwpnumericfmt.hxx
parentthrow out some more warnings (diff)
downloadcore-fc92291abd13845b36e5c7f5303f2bad86e03750.tar.gz
core-fc92291abd13845b36e5c7f5303f2bad86e03750.zip
remove redundant semicolons
Diffstat (limited to 'lotuswordpro/source/filter/lwpnumericfmt.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpnumericfmt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpnumericfmt.hxx b/lotuswordpro/source/filter/lwpnumericfmt.hxx
index 76289e16a5e7..9ba3d02903a0 100644
--- a/lotuswordpro/source/filter/lwpnumericfmt.hxx
+++ b/lotuswordpro/source/filter/lwpnumericfmt.hxx
@@ -246,7 +246,7 @@ class LwpNumericFormat
{
public:
LwpNumericFormat(LwpObjectStream * pStrm);
- ~LwpNumericFormat(){};
+ ~LwpNumericFormat(){}
void Read();
static sal_Bool IsCurrencyFormat(USHORT Format);
USHORT GetDecimalPlaces(void);
@@ -302,8 +302,8 @@ class LwpLayoutNumerics : public LwpVirtualPiece
{
public:
LwpLayoutNumerics(LwpObjectHeader& objHdr, LwpSvStream* pStrm)
- :LwpVirtualPiece(objHdr, pStrm),cNumerics(m_pObjStrm){};
- ~LwpLayoutNumerics(){};
+ :LwpVirtualPiece(objHdr, pStrm),cNumerics(m_pObjStrm){}
+ ~LwpLayoutNumerics(){}
XFStyle* Convert();
virtual void Read();
protected: