summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpnumericfmt.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:18:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:47:34 -0600
commit7986dcfdcad22d7203f256fb9a4ad53bda4ca422 (patch)
tree0cf345a92fd1b7d864b446cc71d0ba1a1c0187aa /lotuswordpro/source/filter/lwpnumericfmt.cxx
parent273fae4032464d8caa1bd0b957e4e5ebe25ba0c0 (diff)
Remove visual noise from lotuswordpro
Change-Id: Ie161a2aa1a434d0778e1937a833819c934ed1889 Reviewed-on: https://gerrit.libreoffice.org/8281 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro/source/filter/lwpnumericfmt.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpnumericfmt.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpnumericfmt.cxx b/lotuswordpro/source/filter/lwpnumericfmt.cxx
index 2a956dea4d16..2c3993313929 100644
--- a/lotuswordpro/source/filter/lwpnumericfmt.cxx
+++ b/lotuswordpro/source/filter/lwpnumericfmt.cxx
@@ -64,7 +64,6 @@
#include "lwpnumericfmt.hxx"
-///////////////////////////////////////////////////////////////////
LwpCurrencyPool LwpNumericFormat::m_aCurrencyInfo;
/**
@@ -102,7 +101,7 @@ sal_Bool LwpCurrencyPool::IsShowSpace(sal_uInt16 nFormat)
{
return m_aCurrencyInfo[nFormat].bShowSpace;
}
-//////////////////////////////////////////////////////////////////////
+
/**
*
* @date 03/26/2005
@@ -132,7 +131,6 @@ void LwpLayoutNumerics::Read()
m_pObjStrm->SkipExtra();
}
}
-///////////////////////////////////////////////////////////////////
/**
*
@@ -175,7 +173,6 @@ LwpNumericFormatSubset::~LwpNumericFormatSubset()
{
}
-///////////////////////////////////////////////////////////////////////////////////
LwpNumericFormat::LwpNumericFormat(LwpObjectStream * pStrm)
: m_pObjStrm(pStrm)
, cFlags(0)