diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/impfont.hxx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index 400eb196f6ca..376c0cb16ed5 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -108,7 +108,14 @@ private: // 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 }; + enum { + DEVICE_FLAG=1, + /* SCALABLE_FLAG=2, */ + LATIN_FLAG=4, + CJK_FLAG=8, + CTL_FLAG=16, + FULLSTOP_CENTERED_FLAG=32 + }; public: |