summaryrefslogtreecommitdiff
path: root/vcl/inc/impfont.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-21 15:30:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 07:38:35 +0100
commitde9acc1dd0b72d1af92ac4de97840d98d4977820 (patch)
tree232f6ead4601fb3b62cd01e2c6020b37f87f4222 /vcl/inc/impfont.hxx
parent5923df69b46295c5686e5c91ea2a8fc7b46d8357 (diff)
loplugin:unusedfields in vcl
maStatusText in HelpTextWindow is dead since commit bd3ea40ed49074c4fa4439de7b5dea4fc3161880 Date: Fri Jan 21 14:48:58 2011 +0200 Remove ShowHelpStatusText and HideHelpStatusText and associated cruft Change-Id: I7a74e2a1b909a479f9338bd4da5fad06ccc25283 Reviewed-on: https://gerrit.libreoffice.org/68153 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/impfont.hxx')
-rw-r--r--vcl/inc/impfont.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx
index b9b8fb4654e4..1405d8da0c29 100644
--- a/vcl/inc/impfont.hxx
+++ b/vcl/inc/impfont.hxx
@@ -77,7 +77,6 @@ public:
void SetQuality( int nQuality ) { mnQuality = nQuality; }
void IncreaseQualityBy( int nQualityAmount ) { mnQuality += nQualityAmount; }
void DecreaseQualityBy( int nQualityAmount ) { mnQuality -= nQualityAmount; }
- void SetMapNames( OUString const & aMapNames ) { maMapNames = aMapNames; }
bool operator==( const ImplFont& ) const;
@@ -122,7 +121,6 @@ private:
Color maFillColor; // compatibility, now on output device
// Device dependent variables
- OUString maMapNames;
bool mbWordLine:1;
// TODO: metric data, should be migrated to ImplFontMetric