summaryrefslogtreecommitdiff
path: root/vcl/inc/textrender.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-10 12:11:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-11 06:51:48 +0000
commit6104a9807500c59196ff007d24cfe111f0b2754a (patch)
tree1b91d7936d2895fcb30fe8cd47239ca3515837ed /vcl/inc/textrender.hxx
parent1da9b4c24e806ad2447b4a656e2a7192755bb6a8 (diff)
remove unused return type from SalGraphics::SetFont
Change-Id: I0ca41130f5e1028a70f1242f7af3366b7c57c572 Reviewed-on: https://gerrit.libreoffice.org/24833 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/textrender.hxx')
-rw-r--r--vcl/inc/textrender.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx
index 483eff039fb5..e08274ee22c5 100644
--- a/vcl/inc/textrender.hxx
+++ b/vcl/inc/textrender.hxx
@@ -36,7 +36,7 @@ public:
virtual ~TextRenderImpl() {}
virtual void SetTextColor( SalColor nSalColor ) = 0;
- virtual sal_uInt16 SetFont( FontSelectPattern*, int nFallbackLevel ) = 0;
+ virtual void SetFont( FontSelectPattern*, int nFallbackLevel ) = 0;
virtual void GetFontMetric( ImplFontMetricDataPtr&, int nFallbackLevel ) = 0;
virtual const FontCharMapPtr GetFontCharMap() const = 0;
virtual bool GetFontCapabilities(vcl::FontCapabilities &rFontCapabilities) const = 0;