summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/sallayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx
index 2179b63f1983..88f02d66f6fa 100644
--- a/vcl/source/gdi/sallayout.cxx
+++ b/vcl/source/gdi/sallayout.cxx
@@ -668,7 +668,7 @@ bool SalLayout::GetOutline( SalGraphics& rSalGraphics,
basegfx::B2DPolyPolygon aGlyphOutline;
- Point aPos(0, 0);
+ Point aPos;
const GlyphItem* pGlyph;
int nStart = 0;
while (GetNextGlyphs(1, &pGlyph, aPos, nStart))