From e41ca15fd67581dbf69322e6a18595d00ab7a151 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 25 Nov 2020 11:24:10 +0100 Subject: DdeInitializeW, DdeGetLastError, etc. use UINT as status return type (As a follow-up, DdeConnection::GetError should probably also be changed from returning tools::Long to something like sal_uInt32.) Change-Id: I3eb4afe66e7a5f4e24a77c52e901163c2d8354e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106581 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- svl/source/svdde/ddecli.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/source') diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx index a4d611e38741..852d7db9e2e5 100644 --- a/svl/source/svdde/ddecli.cxx +++ b/svl/source/svdde/ddecli.cxx @@ -52,7 +52,7 @@ void ImpDeinitInstData() struct DdeImp { HCONV hConv; - long nStatus; + UINT nStatus; }; HDDEDATA CALLBACK DdeInternal::CliCallback( UINT nCode, UINT nCbType, -- cgit