[Libreoffice] cppcheck duplicate if expressions in bulmaper.cxx (sd part)
julien2412
serval2412 at yahoo.fr
Thu Sep 8 13:47:36 PDT 2011
Hello,
Here is the pb :
if( 0 )<--- Found duplicate if expressions.
{
nFontID = EE_CHAR_FONTINFO_CJK;
nFontHeightID = EE_CHAR_FONTHEIGHT_CJK;
nWeightID = EE_CHAR_WEIGHT_CJK;
nPostureID = EE_CHAR_ITALIC_CJK;
}
else if( 0 )
{
nFontID = EE_CHAR_FONTINFO_CTL;
nFontHeightID = EE_CHAR_FONTHEIGHT_CTL;
nWeightID = EE_CHAR_WEIGHT_CTL;
nPostureID = EE_CHAR_ITALIC_CTL;
}
I checked the history, it's there since 16/11/2000 (commit
5dc708093d1ee179099abdcbf0c6f649b1c4deeb)
could anyone explain to me the purpose of this ? Just a typo ?
Julien.
--
View this message in context: http://nabble.documentfoundation.org/cppcheck-duplicate-if-expressions-in-bulmaper-cxx-sd-part-tp3321094p3321094.html
Sent from the Dev mailing list archive at Nabble.com.
More information about the LibreOffice
mailing list