summaryrefslogtreecommitdiff
path: root/vcl/inc/fontinstance.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/fontinstance.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/fontinstance.hxx')
-rw-r--r--vcl/inc/fontinstance.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/fontinstance.hxx b/vcl/inc/fontinstance.hxx
index db5c6c1211d5..7bc5a7345cc5 100644
--- a/vcl/inc/fontinstance.hxx
+++ b/vcl/inc/fontinstance.hxx
@@ -44,7 +44,6 @@ public: // TODO: make data members private
long mnLineHeight;
sal_uInt32 mnRefCount;
- sal_uInt16 mnSetFontFlags; // Flags returned by SalGraphics::SetFont()
short mnOwnOrientation; // text angle if lower layers don't rotate text themselves
short mnOrientation; // text angle in 3600 system
bool mbInit; // true if maFontMetric member is valid