diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-30 18:59:32 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-30 18:59:32 +0200 |
commit | 4814650c5021b72c81b4079f712a4c1baae0088b (patch) | |
tree | 5b12534cd825eff377a690b6072e022d8a44e707 /vcl | |
parent | f65c8b7b48a94574d18cf5222254b45658f81cee (diff) |
Minor
Change-Id: I2bce822dd9f4c6b59a93e158ceced541ae52a01b
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/CommonSalLayout.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx index 20130ee3dc28..298c4c5d990d 100644 --- a/vcl/inc/CommonSalLayout.hxx +++ b/vcl/inc/CommonSalLayout.hxx @@ -42,10 +42,9 @@ class CommonSalLayout : public GenericSalLayout hb_font_t* mpHbFont; const FontSelectPattern& mrFontSelData; css::uno::Reference<css::i18n::XBreakIterator> mxBreak; -#ifdef _WIN32 -#elif defined(MACOSX) || defined(IOS) +#if defined(MACOSX) || defined(IOS) const CoreTextStyle& mrCoreTextStyle; -#else +#elif !defined(_WIN32) FreetypeFont& mrFreetypeFont; #endif |