summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfribframe.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/lwpfribframe.hxx
parentSwDocShell: re-store embedded data source def only when location changes (diff)
downloadcore-8a3120ced522357f53c97b051d0af6437c7a0316.tar.gz
core-8a3120ced522357f53c97b051d0af6437c7a0316.zip
cppcheck: noExplicitConstructor
Change-Id: Id6291335945a8f10cef3afd1a2b3bae65fdf4562
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribframe.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribframe.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfribframe.hxx b/lotuswordpro/source/filter/lwpfribframe.hxx
index 4afcc6d0cafd..3a0649aca9ec 100644
--- a/lotuswordpro/source/filter/lwpfribframe.hxx
+++ b/lotuswordpro/source/filter/lwpfribframe.hxx
@@ -71,7 +71,7 @@
class LwpFribFrame : public LwpFrib
{
public:
- LwpFribFrame( LwpPara* pPara) : LwpFrib(pPara){}
+ explicit LwpFribFrame( LwpPara* pPara) : LwpFrib(pPara){}
virtual ~LwpFribFrame(){}
void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) SAL_OVERRIDE;
rtl::Reference<LwpObject> GetLayout();