Kaydet (Commit) 02eae1df authored tarafından Caolán McNamara's avatar Caolán McNamara

try to fix oss-fuzz build harder

Change-Id: Ief83120b35ffc77e3cf8760638b9442bf3a53400
Reviewed-on: https://gerrit.libreoffice.org/53272Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 4b183ae9
......@@ -158,7 +158,7 @@ extern "C" bool GetSpecialCharsForEdit( vcl::Window const * i_pParent, const vcl
#endif
OUString GetSpecialCharsForEdit(vcl::Window* pParent, const vcl::Font& rFont)
OUString SfxGetSpecialCharsForEdit(vcl::Window* pParent, const vcl::Font& rFont)
{
static bool bDetermineFunction = false;
static PFunc_getSpecialCharsForEdit pfunc_getSpecialCharsForEdit = nullptr;
......@@ -250,7 +250,7 @@ void SfxApplication::Initialize_Impl()
{
SolarMutexGuard aGuard;
// Set special characters callback on vcl edit control
Edit::SetGetSpecialCharsFunction(&GetSpecialCharsForEdit);
Edit::SetGetSpecialCharsFunction(&SfxGetSpecialCharsForEdit);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment