diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-29 13:59:34 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-29 13:59:34 +1100 |
commit | 182505aff18e1241ac88f791b419e6c856bf7ee5 (patch) | |
tree | 214bcbe138d0194b369781ae8343f99146a6f709 /vcl | |
parent | 3d0a466345053e3adf10258986b88dea2a624a5e (diff) |
vcl: update comment about mbConfigLookup
Change-Id: I468bd1810b10be6fab1abcd82cee46dd0b5022d0
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/impfont.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index 8b7151d84da3..cd215f63f7dd 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -132,14 +132,14 @@ private: // Flags - device independent bool mbSymbolFlag:1, mbOutline:1, - mbConfigLookup:1, // there was a config lookup + mbConfigLookup:1, // config lookup should only be done once mbShadow:1, mbVertical:1, mbTransparent:1; // compatibility, now on output device // deprecated variables - device independent - Color maColor; // compatibility, now on output device - Color maFillColor; // compatibility, now on output device + Color maColor; // compatibility, now on output device + Color maFillColor; // compatibility, now on output device // Device dependent variables OUString maMapNames; |