diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-29 14:14:08 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-29 14:14:08 +1100 |
commit | bd667840ef661ed6d9dde6151ce6f6bcd37e5668 (patch) | |
tree | 68101aa27a8abfd547daf58acd65eb1cccc99f42 /vcl/inc/impfont.hxx | |
parent | 182505aff18e1241ac88f791b419e6c856bf7ee5 (diff) |
vcl: rename ImplFont::mnKerning to ImplFont::meKerning
Change-Id: Iacbe55037b75d30522435f854ceeef432ccfb406
Diffstat (limited to 'vcl/inc/impfont.hxx')
-rw-r--r-- | vcl/inc/impfont.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index cd215f63f7dd..155f8f6dac06 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -122,7 +122,7 @@ private: FontRelief meRelief; FontEmphasisMark meEmphasisMark; short mnOrientation; - FontKerning mnKerning; + FontKerning meKerning; Size maSize; rtl_TextEncoding meCharSet; |