[Libreoffice-commits] core.git: vcl/inc

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 13 09:21:08 PST 2016


 vcl/inc/impfont.hxx |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit f7edbcfc6ce8a6d5293cf74ba3bfd61308765793
Author: Chris Sherlock <chris.sherlock79 at 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.sherlock79 at gmail.com>
    Tested-by: Chris Sherlock <chris.sherlock79 at 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;


More information about the Libreoffice-commits mailing list