summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-11-02 12:38:16 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2014-11-02 03:03:49 +0000
commitb167d1127e1579468a74c4414e7f4f33d9d24122 (patch)
tree71122ce2336444fe968f60d54d56a8c8c57e5432 /include/vcl
parent06bde51ced10e9d2997157b91c85d80100b0dafb (diff)
vcl: rename OutputDevice::DrawPolyLineWithLineInfo() to drawPolyLine()
Change-Id: I145ebcfb92fc75f4558d3bf090093aef9e848136 Reviewed-on: https://gerrit.libreoffice.org/12188 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 0a775db5ac2a..e96f47f1f1dd 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -737,7 +737,7 @@ private:
// #i101491#
// Helper which holds the old line geometry creation and is extended to use AA when
// switched on. Advantage is that line geometry is only temporarily used for paint
- SAL_DLLPRIVATE void DrawPolyLineWithLineInfo(const Polygon& rPoly, const LineInfo& rLineInfo);
+ SAL_DLLPRIVATE void drawPolyLine(const Polygon& rPoly, const LineInfo& rLineInfo);
// #i101491#