starmath/source/unofilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8074bc61c7d286c113fd65bfabd911cd32908489 Author: Takeshi Abe <t...@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 <c...@libreoffice.org> Reviewed-by: Miklos Vajna <vmik...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits