Hi,
On Fri, Sep 23, 2016 at 2:16 PM, julien2412 <serval2412@yahoo.fr> wrote:
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?
I guess small-case drawPolyLine is a private one that is used only
internally in OutpuDevice. In VCL there are many occurrences where we
use such a pattern. Renaming would be good - in some other cases we
use ImplDrawPolyLine pattern (OutputDevice::ImplDrawPolyPolygon) which
I don't like personally but would make sense in this case. OutpuDevice
is a big mess which we'll need to unit test & refactor in the (near)
future.
Julien
Regards, Tomaž
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.