sfx2/source/appl/appinit.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 02eae1df718fe2b34c91c0d7e8939548d9307899
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Apr 21 20:59:54 2018 +0100

    try to fix oss-fuzz build harder
    
    Change-Id: Ief83120b35ffc77e3cf8760638b9442bf3a53400
    Reviewed-on: https://gerrit.libreoffice.org/53272
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index cb3bbcb066fc..49a4ca54c1d4 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -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);
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to