diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-12-14 12:57:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-14 13:40:18 +0100 |
commit | 736229b20c94c502c91e2177fdd1719719c0a083 (patch) | |
tree | aec3dd1163e41332fdf30dc10f218ee9a2b89054 /editeng | |
parent | f6064b13586aa8681907b69e4f43643251f9b803 (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')
-rw-r--r-- | editeng/source/editeng/editeng.cxx | 2 |
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); |