summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/glyphcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/generic/glyphcache.hxx')
-rw-r--r--vcl/inc/generic/glyphcache.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index 198da6ee76e0..61c9bcc76140 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -288,9 +288,9 @@ class VCL_DLLPUBLIC ServerFontLayout : public GenericSalLayout
public:
ServerFontLayout( ServerFont& );
- virtual bool LayoutText( ImplLayoutArgs& ) SAL_OVERRIDE;
- virtual void AdjustLayout( ImplLayoutArgs& ) SAL_OVERRIDE;
- virtual void DrawText( SalGraphics& ) const SAL_OVERRIDE;
+ virtual bool LayoutText( ImplLayoutArgs& ) override;
+ virtual void AdjustLayout( ImplLayoutArgs& ) override;
+ virtual void DrawText( SalGraphics& ) const override;
void SetNeedFallback(
ImplLayoutArgs& rArgs,
@@ -300,7 +300,7 @@ public:
ServerFont& GetServerFont() const { return mrServerFont; }
virtual std::shared_ptr<vcl::TextLayoutCache>
- CreateTextLayoutCache(OUString const&) const SAL_OVERRIDE;
+ CreateTextLayoutCache(OUString const&) const override;
private:
ServerFont& mrServerFont;