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
8 mpStatusAttributes( nullptr ),
9 mpPreeditAttributes( nullptr )
12 - static const char* pIIIMPEnable = getenv( "SAL_DISABLE_OWN_IM_STATUS" );
13 - if( pIIIMPEnable && *pIIIMPEnable )
14 - mnSupportedStatusStyle &= ~XIMStatusCallbacks;
17 memset(&maPreeditStartCallback, 0, sizeof(maPreeditStartCallback));
18 memset(&maPreeditDoneCallback, 0, sizeof(maPreeditDoneCallback));
19 memset(&maPreeditDrawCallback, 0, sizeof(maPreeditDrawCallback));