uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git] / components / desktop / libreoffice / patches / 06-i18n_ic.cxx.patch
blob15d1164ddc4bddc2960262c21759904fb43d6286
1 libreoffice-6.4.2.2/vcl/unx/generic/app/i18n_ic.cxx: In constructor 'SalI18N_InputContext::SalI18N_InputContext(SalFrame*)':
2 libreoffice-6.4.2.2/vcl/unx/generic/app/i18n_ic.cxx:138:9: error: 'mnSupportedStatusStyle' was not declared in this scope
3 mnSupportedStatusStyle &= ~XIMStatusCallbacks;
5 --- libreoffice-6.4.2.2/vcl/unx/generic/app/i18n_ic.cxx.1 2020-03-18 09:06:22.213534257 +0000
6 +++ libreoffice-6.4.2.2/vcl/unx/generic/app/i18n_ic.cxx 2020-03-18 09:06:36.901242568 +0000
7 @@ -132,12 +132,6 @@
8 mpStatusAttributes( nullptr ),
9 mpPreeditAttributes( nullptr )
11 -#ifdef __sun
12 - static const char* pIIIMPEnable = getenv( "SAL_DISABLE_OWN_IM_STATUS" );
13 - if( pIIIMPEnable && *pIIIMPEnable )
14 - mnSupportedStatusStyle &= ~XIMStatusCallbacks;
15 -#endif
17 memset(&maPreeditStartCallback, 0, sizeof(maPreeditStartCallback));
18 memset(&maPreeditDoneCallback, 0, sizeof(maPreeditDoneCallback));
19 memset(&maPreeditDrawCallback, 0, sizeof(maPreeditDrawCallback));