Hello,

Cppcheck reports this kind of thing:
[sd/source/filter/ppt/propread.hxx:116]: (style) 'PropEntry::operator='
should return 'PropEntry &'.
    116     const PropEntry& operator=(const PropEntry& rPropEntry);

Indeed, I understand this cppcheck report, if you assign a variable, the
result can't be considered as "const".
But since I'm still a C++ beginner... I may be wrong. 

Any idea?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/Cppcheck-false-positive-eg-PropEntry-operator-should-return-PropEntry-tp4026218.html
Sent from the Dev mailing list archive at Nabble.com.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to