summaryrefslogtreecommitdiffstats
path: root/editeng/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-07 09:33:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-07 09:56:07 +0100
commit267f401e2ad6e0094de39032671a3191772276ed (patch)
treebe549a278ad37f2e3d10f3ab1be393d14461639a /editeng/qa
parentcppcheck: noExplicitCopyMoveConstructor (diff)
downloadcore-267f401e2ad6e0094de39032671a3191772276ed.tar.gz
core-267f401e2ad6e0094de39032671a3191772276ed.zip
cppcheck: noExplicitConstructor
Change-Id: I2a1add8cf526cdb305ad99ccb138454a88f2fdbd
Diffstat (limited to 'editeng/qa')
-rw-r--r--editeng/qa/unit/core-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx
index 8d5fcf7056c9..bc128b538aa3 100644
--- a/editeng/qa/unit/core-test.cxx
+++ b/editeng/qa/unit/core-test.cxx
@@ -347,7 +347,7 @@ namespace {
class UrlEditEngine : public EditEngine
{
public:
- UrlEditEngine(SfxItemPool *pPool) : EditEngine(pPool) {}
+ explicit UrlEditEngine(SfxItemPool *pPool) : EditEngine(pPool) {}
virtual OUString CalcFieldValue( const SvxFieldItem&, sal_Int32, sal_Int32, Color*&, Color*& ) SAL_OVERRIDE
{