summaryrefslogtreecommitdiffstats
path: root/vcl/generic/glyphs
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-15 15:31:50 +0200
committerTor Lillqvist <tml@collabora.com>2015-12-15 16:41:41 +0200
commit1cb87bf384820b3dc04b00422c7fc04f5d330ea2 (patch)
tree89cc756921e13bdd7048da83fe126edbffcc3d66 /vcl/generic/glyphs
parenttdf#96125 Fix broken Writer paragraph text-to-text alignment feature. (diff)
downloadcore-1cb87bf384820b3dc04b00422c7fc04f5d330ea2.tar.gz
core-1cb87bf384820b3dc04b00422c7fc04f5d330ea2.zip
Get rid of :: prefix for basegfx in include/vcl and vcl
We already used it without the :: prefix, in many cases in the same files even. It is nice to have some consistency. I was not bored enough to do it everywhere. Change-Id: Ic8ac5bd9b4b2c02c41e5ea937a3d9477824f21cf
Diffstat (limited to 'vcl/generic/glyphs')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx
index ec5da8971769..5df5e2f5325c 100644
--- a/vcl/generic/glyphs/gcach_ftyp.cxx
+++ b/vcl/generic/glyphs/gcach_ftyp.cxx
@@ -1221,7 +1221,7 @@ static int FT_cubic_to( const FT_Vector* p1, const FT_Vector* p2, const FT_Vecto
} // extern "C"
bool ServerFont::GetGlyphOutline( sal_GlyphId aGlyphId,
- ::basegfx::B2DPolyPolygon& rB2DPolyPoly ) const
+ basegfx::B2DPolyPolygon& rB2DPolyPoly ) const
{
if( maSizeFT )
FT_Activate_Size( maSizeFT );