summaryrefslogtreecommitdiff
path: root/svl/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-25 11:24:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-25 14:10:00 +0100
commite41ca15fd67581dbf69322e6a18595d00ab7a151 (patch)
tree724b26025885138203249fe6c85e468005693aa5 /svl/source
parent0a94c20e2c3ae327105d8435959e53947d4b82d8 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'svl/source')
-rw-r--r--svl/source/svdde/ddecli.cxx2
1 files changed, 1 insertions, 1 deletions
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,