summaryrefslogtreecommitdiffstats
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2015-08-16 23:36:06 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-08-17 06:30:01 +0000
commit5109114856898a67f0538a2c04a73d41b0f2fc78 (patch)
tree427a776875ab809075699efb995eb9aeb837ca42 /include/vcl/outdev.hxx
parentPut Polygon from tools under tools:: namespace (diff)
downloadcore-5109114856898a67f0538a2c04a73d41b0f2fc78.tar.gz
core-5109114856898a67f0538a2c04a73d41b0f2fc78.zip
Put Line under tools namespace
Change-Id: I7442848951c0d4579fb2a2a3eef3bfed7135aac4 Reviewed-on: https://gerrit.libreoffice.org/17791 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 339c10ab00f6..b1169561e3af 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -80,7 +80,9 @@ class TextRectInfo;
class FontMetric;
class GDIMetaFile;
class GfxLink;
-class Line;
+namespace tools {
+ class Line;
+}
class LineInfo;
class AlphaMask;
class FontCharMap;
@@ -972,7 +974,7 @@ public:
private:
SAL_DLLPRIVATE void CalcHatchValues( const Rectangle& rRect, long nDist, sal_uInt16 nAngle10, Point& rPt1, Point& rPt2, Size& rInc, Point& rEndPt1 );
- SAL_DLLPRIVATE void DrawHatchLine( const Line& rLine, const tools::PolyPolygon& rPolyPoly, Point* pPtBuffer, bool bMtf );
+ SAL_DLLPRIVATE void DrawHatchLine( const tools::Line& rLine, const tools::PolyPolygon& rPolyPoly, Point* pPtBuffer, bool bMtf );
///@}