vcl/inc/unx/gtk/gtkframe.hxx  |    2 +-
 vcl/unx/gtk3/gtk3gtkframe.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9350b162c3432ca3f160ce6b86cc50a00eb7de0a
Author:     Thorsten Behrens <thorsten.behr...@cib.de>
AuthorDate: Wed Oct 28 14:19:59 2020 +0100
Commit:     Thorsten Behrens <thorsten.behr...@cib.de>
CommitDate: Wed Oct 28 18:44:54 2020 +0100

    Fix build for UNX x86
    
    Change-Id: I971aa787a33fa3a6bd9913abb94c90ddf53109cf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104937
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>

diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index ad67070f2b0c..d8d2d0d2e834 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -528,7 +528,7 @@ public:
     static gboolean             NativeWidgetHelpPressed(GtkAccelGroup*, 
GObject*, guint,
         GdkModifierType, gpointer pFrame);
     static OUString             GetPreeditDetails(GtkIMContext* pIMContext, 
std::vector<ExtTextInputAttr>& rInputFlags, sal_Int32& rCursorPos, sal_uInt8& 
rCursorFlags);
-    static Selection            CalcDeleteSurroundingSelection(const OUString& 
rSurroundingText, int nCursorIndex, int nOffset, int nChars);
+    static Selection            CalcDeleteSurroundingSelection(const OUString& 
rSurroundingText, sal_Int32 nCursorIndex, int nOffset, int nChars);
 
     void DisallowCycleFocusOut();
     bool IsCycleFocusOutDisallowed() const;
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index 8c62814bc183..c540105d03f0 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -4377,7 +4377,7 @@ gboolean 
GtkSalFrame::IMHandler::signalIMRetrieveSurrounding( GtkIMContext* pCon
     return true;
 }
 
-Selection GtkSalFrame::CalcDeleteSurroundingSelection(const OUString& 
rSurroundingText, int nCursorIndex, int nOffset, int nChars)
+Selection GtkSalFrame::CalcDeleteSurroundingSelection(const OUString& 
rSurroundingText, sal_Int32 nCursorIndex, int nOffset, int nChars)
 {
     Selection aInvalid(SAL_MAX_UINT32, SAL_MAX_UINT32);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to