diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-08 10:28:01 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-08 10:28:01 +0300 |
commit | a4ef0df25751c7ae587c4e06b4ed17d53f508196 (patch) | |
tree | 463d8e075dcf3cdf691d56fdb014b7b55abc760b /vcl/aqua/source | |
parent | df8ef9b01bc2577ce658a8ef142f88a3831f1bf3 (diff) |
GetGlyphOutlines is unused
Change-Id: I9c5b60b52030110f4b308a9a75010fade2b8d575
Diffstat (limited to 'vcl/aqua/source')
-rw-r--r-- | vcl/aqua/source/gdi/atsui/salatslayout.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/aqua/source/gdi/atsui/salatslayout.cxx b/vcl/aqua/source/gdi/atsui/salatslayout.cxx index 06bf683afcb1..1b9776e8c195 100644 --- a/vcl/aqua/source/gdi/atsui/salatslayout.cxx +++ b/vcl/aqua/source/gdi/atsui/salatslayout.cxx @@ -54,7 +54,6 @@ public: virtual long FillDXArray( sal_Int32* pDXArray ) const; virtual int GetTextBreak( long nMaxWidth, long nCharExtra, int nFactor ) const; virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const; - virtual bool GetGlyphOutlines( SalGraphics&, PolyPolyVector& ) const; virtual bool GetBoundRect( SalGraphics&, Rectangle& ) const; const PhysicalFontFace* GetFallbackFontData( sal_GlyphId ) const; @@ -1180,7 +1179,6 @@ void ATSLayout::InvalidateMeasurements() // glyph fallback is supported directly by Aqua // so methods used only by MultiSalLayout can be dummy implementated -bool ATSLayout::GetGlyphOutlines( SalGraphics&, PolyPolyVector& ) const { return false; } void ATSLayout::InitFont() const {} void ATSLayout::MoveGlyph( int /*nStart*/, long /*nNewXPos*/ ) {} void ATSLayout::DropGlyph( int /*nStart*/ ) {} |