summaryrefslogtreecommitdiff
path: root/vcl/inc/graphite_serverfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/graphite_serverfont.hxx')
-rw-r--r--vcl/inc/graphite_serverfont.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/graphite_serverfont.hxx b/vcl/inc/graphite_serverfont.hxx
index 25a5bf657fc4..f67f25a96ba0 100644
--- a/vcl/inc/graphite_serverfont.hxx
+++ b/vcl/inc/graphite_serverfont.hxx
@@ -38,7 +38,7 @@ public:
GraphiteLayoutImpl(const gr_face * pFace,
ServerFont & rServerFont) throw()
: GraphiteLayout(pFace), mrServerFont(rServerFont) {};
- virtual ~GraphiteLayoutImpl() throw() {};
+ virtual ~GraphiteLayoutImpl() throw() override {};
virtual sal_GlyphId getKashidaGlyph(int & width) override;
private:
ServerFont & mrServerFont;
@@ -99,7 +99,7 @@ public:
virtual void DropGlyph( int nStart ) override { maImpl.DropGlyph(nStart); };
virtual void Simplify( bool bIsBase ) override { maImpl.Simplify(bIsBase); };
- virtual ~GraphiteServerFontLayout() throw();
+ virtual ~GraphiteServerFontLayout() throw() override;
static bool IsGraphiteEnabledFont(ServerFont& rServerFont);
};