summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-10-30 18:59:32 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-10-30 18:59:32 +0200
commit4814650c5021b72c81b4079f712a4c1baae0088b (patch)
tree5b12534cd825eff377a690b6072e022d8a44e707 /vcl
parentf65c8b7b48a94574d18cf5222254b45658f81cee (diff)
Minor
Change-Id: I2bce822dd9f4c6b59a93e158ceced541ae52a01b
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/CommonSalLayout.hxx5
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