summaryrefslogtreecommitdiff
path: root/editeng/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-12-14 12:57:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-12-14 13:40:18 +0100
commit736229b20c94c502c91e2177fdd1719719c0a083 (patch)
treeaec3dd1163e41332fdf30dc10f218ee9a2b89054 /editeng/source
parentf6064b13586aa8681907b69e4f43643251f9b803 (diff)
Rename HAVE_GCC_BUG_87150 to HAVE_P1155R3
...to match the new reality (see comment in config_host/config_global.h.in) Change-Id: I5450e520d8b82584e3fd71d7e42a6840993b5ddb Reviewed-on: https://gerrit.libreoffice.org/85142 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'editeng/source')
-rw-r--r--editeng/source/editeng/editeng.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx
index 2cf4d88a9e6d..c75fcf90e5ea 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -2637,7 +2637,7 @@ vcl::Font EditEngine::CreateFontFromItemSet( const SfxItemSet& rItemSet, SvtScri
{
SvxFont aFont;
CreateFont( aFont, rItemSet, true, nScriptType );
-#if HAVE_GCC_BUG_87150
+#if HAVE_P1155R3
return aFont;
#else
return std::move(aFont);