2 function names different only by case in polyline.cxx (vcl outdev)

julien2412 serval2412 at yahoo.fr
Fri Sep 23 12:16:14 UTC 2016


Hello,

I noticed 2 functions with the same name:
void OutputDevice::DrawPolyLine( const tools::Polygon& rPoly, const
LineInfo& rLineInfo )
http://opengrok.libreoffice.org/xref/core/vcl/source/outdev/polyline.cxx#111

void OutputDevice::drawPolyLine(const tools::Polygon& rPoly, const LineInfo&
rLineInfo) 239
http://opengrok.libreoffice.org/xref/core/vcl/source/outdev/polyline.cxx#239

I suppose for case sensitive os, it shouldn't be a problem but for OS like
Win? (or perhaps I missed something)

Any thoughts?

Julien



--
View this message in context: http://nabble.documentfoundation.org/2-function-names-different-only-by-case-in-polyline-cxx-vcl-outdev-tp4194590.html
Sent from the Dev mailing list archive at Nabble.com.


More information about the LibreOffice mailing list