summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpnumericfmt.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-11 11:25:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-11 14:56:14 +0100
commit8a3120ced522357f53c97b051d0af6437c7a0316 (patch)
tree8b3d19f6a686d1767adb469a123b371ee8950d4a /lotuswordpro/source/filter/lwpnumericfmt.hxx
parentddaca012d2715e5270dfeef43452e07aa7a9508c (diff)
cppcheck: noExplicitConstructor
Change-Id: Id6291335945a8f10cef3afd1a2b3bae65fdf4562
Diffstat (limited to 'lotuswordpro/source/filter/lwpnumericfmt.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpnumericfmt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpnumericfmt.hxx b/lotuswordpro/source/filter/lwpnumericfmt.hxx
index c4881f7ba066..b4501032e583 100644
--- a/lotuswordpro/source/filter/lwpnumericfmt.hxx
+++ b/lotuswordpro/source/filter/lwpnumericfmt.hxx
@@ -102,7 +102,7 @@ struct LwpCurrencyInfo
OUString sSymbol;
bool bPost;
bool bShowSpace;
- LwpCurrencyInfo(const OUString& sSym)
+ explicit LwpCurrencyInfo(const OUString& sSym)
{
sSymbol = sSym;
bPost = false;
@@ -248,7 +248,7 @@ private:
class LwpNumericFormat
{
public:
- LwpNumericFormat(LwpObjectStream * pStrm);
+ explicit LwpNumericFormat(LwpObjectStream * pStrm);
~LwpNumericFormat(){}
void Read();
static bool IsCurrencyFormat(sal_uInt16 Format);