From 74b675cb6988c8ea731536832a0f8b5196f7521e Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 29 Dec 2011 11:35:59 +0100 Subject: Some cppcheck cleaning --- starmath/source/mathmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx index f8b3b38196da..8c456e475587 100644 --- a/starmath/source/mathmlexport.cxx +++ b/starmath/source/mathmlexport.cxx @@ -1160,7 +1160,7 @@ void SmXMLExport::ExportAttributes(const SmNode *pNode, int nLevel) static bool lcl_HasEffectOnMathvariant( const SmTokenType eType ) { return eType == TBOLD || eType == TNBOLD || - eType == TITALIC || eType == TNBOLD || + eType == TITALIC || eType == TNITALIC || eType == TSANS || eType == TSERIF || eType == TFIXED; } -- cgit