[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Thu Jan 28 19:00:15 PST 2016
vcl/inc/impfont.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 182505aff18e1241ac88f791b419e6c856bf7ee5
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Jan 29 13:59:34 2016 +1100
vcl: update comment about mbConfigLookup
Change-Id: I468bd1810b10be6fab1abcd82cee46dd0b5022d0
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx
index 8b7151d..cd215f6 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;
More information about the Libreoffice-commits
mailing list