summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/wrapper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-27 21:03:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-27 21:05:19 +0100
commit5c26f79467e4c5f920b77a058aa079654c322c25 (patch)
treeecc9d24bb4e0f583baceeb95b877ba9423ac1f06 /sdext/source/pdfimport/wrapper
parentb3cc2c6d234156e7d5be2c3f2cacd20ab44ce94f (diff)
cppcheck: noExplicitConstructor
Change-Id: Ibb94d40706fced3c1c053fd58ef4e2af2d849587
Diffstat (limited to 'sdext/source/pdfimport/wrapper')
-rw-r--r--sdext/source/pdfimport/wrapper/wrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx
index 4621be14b69e..998af4a419c1 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -990,7 +990,7 @@ class Buffering
sal_uInt64 left;
public:
- Buffering(oslFileHandle& out) : aBuffer(new char[SIZE]), pOut(out), pos(0), left(0) {}
+ explicit Buffering(oslFileHandle& out) : aBuffer(new char[SIZE]), pOut(out), pos(0), left(0) {}
oslFileError read(char *pChar, short count, sal_uInt64* pBytesRead)
{