diff options
Diffstat (limited to 'vcl/inc/unx/genpspgraphics.h')
-rw-r--r-- | vcl/inc/unx/genpspgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/genpspgraphics.h b/vcl/inc/unx/genpspgraphics.h index 170026777659..792e44f832bb 100644 --- a/vcl/inc/unx/genpspgraphics.h +++ b/vcl/inc/unx/genpspgraphics.h @@ -132,7 +132,7 @@ public: virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) override; virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) override; virtual SalLayout* GetTextLayout( ImplLayoutArgs&, int nFallbackLevel ) override; - virtual void DrawSalLayout( const CommonSalLayout& ) override {}; + virtual void DrawSalLayout( const CommonSalLayout& ) override; virtual void DrawServerFontLayout( const GenericSalLayout&, const FreetypeFont& ) override; virtual bool supportsOperation( OutDevSupportType ) const override; virtual void drawPixel( long nX, long nY ) override; |