summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-06-24 11:27:39 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2020-06-26 09:24:16 +0200
commiteaafb80e02dddb8d7c8c00d338e827cdaf427f01 (patch)
treefa7e546e569ed46fb0e154c7d8dcd84388191cae /desktop
parentf03e70884a236200c4a6e52b5ccdbec40f552fd0 (diff)
jsdialog: change sendDialogEvent API parameter
WindowId with 64bit length is needed Change-Id: Ia11530fb4666fc64d7acde653085ed258058c169 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97100 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index f5631188a841..9867c88709ab 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1014,7 +1014,7 @@ static void doc_removeTextContext(LibreOfficeKitDocument* pThis,
int nCharBefore,
int nCharAfter);
static void doc_sendDialogEvent(LibreOfficeKitDocument* pThis,
- unsigned nLOKWindowId,
+ unsigned long long int nLOKWindowId,
const char* pArguments);
static void doc_postWindowKeyEvent(LibreOfficeKitDocument* pThis,
unsigned nLOKWindowId,
@@ -3578,7 +3578,7 @@ public:
virtual void SAL_CALL disposing(const css::lang::EventObject&) override {}
};
-static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWindowId, const char* pArguments)
+static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned long long int nWindowId, const char* pArguments)
{
SolarMutexGuard aGuard;