From 2ce00302275f8676decbdfe919590bb215b1c134 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 10 Jan 2015 12:36:22 +0100 Subject: Fix long/sal_IntPtr mismatch on x86_64 platform on windows 25e291438231611823dadc195fd26d26a1b8ece4 changed Link class to use sal_IntPtr instead of long, but missed to adjust number of occurrences. Change-Id: I966185083a41b41c7385947a03369a8ce65c61b8 Reviewed-on: https://gerrit.libreoffice.org/13852 Reviewed-by: David Ostrovsky Tested-by: David Ostrovsky --- uui/source/iahndl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uui/source/iahndl.cxx') diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index cae3bf9f732e..afbc211160aa 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -146,7 +146,7 @@ UUIInteractionHelper::~UUIInteractionHelper() { } -long +sal_IntPtr UUIInteractionHelper::handlerequest( void* pHandleData, void* pInteractionHelper) { @@ -191,7 +191,7 @@ UUIInteractionHelper::handleRequest( } } -long +sal_IntPtr UUIInteractionHelper::getstringfromrequest( void* pHandleData,void* pInteractionHelper) { -- cgit