summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlimport.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-04-07 10:39:42 +0900
committerCaolán McNamara <caolanm@redhat.com>2015-04-07 09:54:34 +0000
commit9079650922e30e925a1a3ab458217eb3401ce5a7 (patch)
treec19052f79be0f3c2e99e669dc42b6fc23d38a7c1 /starmath/source/ooxmlimport.hxx
parentc7b850a934fd3ac68e53fb4affabb32aeae5217e (diff)
cppcheck: make ctor with 1 argument explicit
Change-Id: I4514ba75140f112d96c06167c2ed6ec0ca9aa87f Reviewed-on: https://gerrit.libreoffice.org/15179 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 'starmath/source/ooxmlimport.hxx')
-rw-r--r--starmath/source/ooxmlimport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/ooxmlimport.hxx b/starmath/source/ooxmlimport.hxx
index 000d8d51cf6b..4207726245e9 100644
--- a/starmath/source/ooxmlimport.hxx
+++ b/starmath/source/ooxmlimport.hxx
@@ -19,7 +19,7 @@
class SmOoxmlImport
{
public:
- SmOoxmlImport( oox::formulaimport::XmlStream& stream );
+ explicit SmOoxmlImport( oox::formulaimport::XmlStream& stream );
OUString ConvertToStarMath();
private:
OUString handleStream();