summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-06 12:17:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-07 09:11:53 +0000
commit5ee8e22a26f522302d6b8e2bb8ce7a1815b61af7 (patch)
tree53cdfc515bc1a7f22b12180280fcb205ec6abead /canvas
parent66b8b09d0aa97e4009d2019a9d93b74cd1e11a09 (diff)
cppcheck: noExplicitConstructor
Change-Id: I94db78ca12e0f3389f00ea5c557f0b64d452f613 Reviewed-on: https://gerrit.libreoffice.org/21150 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_textlayout_drawhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.hxx b/canvas/source/directx/dx_textlayout_drawhelper.hxx
index 41f293fca823..4bb82ec7c716 100644
--- a/canvas/source/directx/dx_textlayout_drawhelper.hxx
+++ b/canvas/source/directx/dx_textlayout_drawhelper.hxx
@@ -43,7 +43,7 @@ namespace dxcanvas
class TextLayoutDrawHelper
{
public:
- TextLayoutDrawHelper(
+ explicit TextLayoutDrawHelper(
const css::uno::Reference< css::rendering::XGraphicDevice >& xGraphicDevice);
~TextLayoutDrawHelper();