diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-13 17:54:36 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-13 17:20:41 +0000 |
commit | f7edbcfc6ce8a6d5293cf74ba3bfd61308765793 (patch) | |
tree | 959e8aa04154c9b95a1e805e54b79ed43959ae77 /vcl/inc/impfont.hxx | |
parent | e3746c66929f4f038d1dee58b4fa222fb3c31951 (diff) |
vcl: ImplFontMetric - all uses of enum now removed
Change-Id: I17d95627e66fcc771a6b248d93d169d0ecadcb82
Reviewed-on: https://gerrit.libreoffice.org/21415
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/inc/impfont.hxx')
-rw-r--r-- | vcl/inc/impfont.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index 13c780143a7b..b3766e7a8b70 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -108,17 +108,6 @@ private: bool mbFullstopCentered; bool mbDevice; - // TODO: As these are progressively moved from bit fields into boolean variables, comment them out. - // Eventually this enum will not be needed and we can remove it. - enum { - /* DEVICE_FLAG=1, */ - /* SCALABLE_FLAG=2, */ - LATIN_FLAG=4, - CJK_FLAG=8, - CTL_FLAG=16 - /* FULLSTOP_CENTERED_FLAG=32 */ - }; - public: bool operator==( const ImplFontMetric& ) const; |