vcl/inc/impfont.hxx | 11 ----------- 1 file changed, 11 deletions(-) New commits: commit f7edbcfc6ce8a6d5293cf74ba3bfd61308765793 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Jan 13 17:54:36 2016 +1100
vcl: ImplFontMetric - all uses of enum now removed Change-Id: I17d95627e66fcc771a6b248d93d169d0ecadcb82 Reviewed-on: https://gerrit.libreoffice.org/21415 Reviewed-by: Chris Sherlock <chris.sherloc...@gmail.com> Tested-by: Chris Sherlock <chris.sherloc...@gmail.com> diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index 13c7801..b3766e7 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits