[Libreoffice-commits] core.git: starmath/source
Takeshi Abe
tabe at fixedpoint.jp
Mon Jun 8 02:52:52 PDT 2015
starmath/source/unofilter.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8074bc61c7d286c113fd65bfabd911cd32908489
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Mon Jun 8 17:40:40 2015 +0900
cppcheck: noExplicitConstructor
Change-Id: If888f3e0293565ea23158defbb6ac7553226a08f
Reviewed-on: https://gerrit.libreoffice.org/16147
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/starmath/source/unofilter.cxx b/starmath/source/unofilter.cxx
index 8d68f75..73eff39 100644
--- a/starmath/source/unofilter.cxx
+++ b/starmath/source/unofilter.cxx
@@ -30,7 +30,7 @@ class MathTypeFilter : public cppu::WeakImplHelper
uno::Reference<lang::XComponent> m_xDstDoc;
public:
- MathTypeFilter(const uno::Reference<uno::XComponentContext>& xContext);
+ explicit MathTypeFilter(const uno::Reference<uno::XComponentContext>& xContext);
virtual ~MathTypeFilter();
// XFilter
More information about the Libreoffice-commits
mailing list