Kaydet (Commit) a4ef0df2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

GetGlyphOutlines is unused

Change-Id: I9c5b60b52030110f4b308a9a75010fade2b8d575
üst df8ef9b0
...@@ -54,7 +54,6 @@ public: ...@@ -54,7 +54,6 @@ public:
virtual long FillDXArray( sal_Int32* pDXArray ) const; virtual long FillDXArray( sal_Int32* pDXArray ) const;
virtual int GetTextBreak( long nMaxWidth, long nCharExtra, int nFactor ) const; virtual int GetTextBreak( long nMaxWidth, long nCharExtra, int nFactor ) const;
virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const; virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const;
virtual bool GetGlyphOutlines( SalGraphics&, PolyPolyVector& ) const;
virtual bool GetBoundRect( SalGraphics&, Rectangle& ) const; virtual bool GetBoundRect( SalGraphics&, Rectangle& ) const;
const PhysicalFontFace* GetFallbackFontData( sal_GlyphId ) const; const PhysicalFontFace* GetFallbackFontData( sal_GlyphId ) const;
...@@ -1180,7 +1179,6 @@ void ATSLayout::InvalidateMeasurements() ...@@ -1180,7 +1179,6 @@ void ATSLayout::InvalidateMeasurements()
// glyph fallback is supported directly by Aqua // glyph fallback is supported directly by Aqua
// so methods used only by MultiSalLayout can be dummy implementated // so methods used only by MultiSalLayout can be dummy implementated
bool ATSLayout::GetGlyphOutlines( SalGraphics&, PolyPolyVector& ) const { return false; }
void ATSLayout::InitFont() const {} void ATSLayout::InitFont() const {}
void ATSLayout::MoveGlyph( int /*nStart*/, long /*nNewXPos*/ ) {} void ATSLayout::MoveGlyph( int /*nStart*/, long /*nNewXPos*/ ) {}
void ATSLayout::DropGlyph( int /*nStart*/ ) {} void ATSLayout::DropGlyph( int /*nStart*/ ) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment