From 230cd638676fc5adf7e3fe5e69d29eadb194d7f8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Apr 2016 11:55:28 +0200 Subject: clang-tidy performance-unnecessary-value-param in starmath Change-Id: Ic8d319dac1d18f548d47ac84e489c04412a38d1a --- starmath/source/ooxmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/ooxmlexport.cxx') diff --git a/starmath/source/ooxmlexport.cxx b/starmath/source/ooxmlexport.cxx index 63f7cd4fc0f0..911ab814c254 100644 --- a/starmath/source/ooxmlexport.cxx +++ b/starmath/source/ooxmlexport.cxx @@ -24,7 +24,7 @@ SmOoxmlExport::SmOoxmlExport(const SmNode *const pIn, OoxmlVersion const v, { } -bool SmOoxmlExport::ConvertFromStarMath( ::sax_fastparser::FSHelperPtr serializer ) +bool SmOoxmlExport::ConvertFromStarMath( const ::sax_fastparser::FSHelperPtr& serializer ) { if( m_pTree == nullptr ) return false; -- cgit