[Libreoffice-commits] core.git: svl/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 25 13:10:43 UTC 2020
svl/source/svdde/ddecli.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e41ca15fd67581dbf69322e6a18595d00ab7a151
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Nov 25 11:24:10 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Nov 25 14:10:00 2020 +0100
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 at redhat.com>
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,
More information about the Libreoffice-commits
mailing list