From a96f593b415390f7f218e5772930d127a832eb43 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Tue, 4 Jun 2013 16:09:58 +0200 Subject: Some more sal_IntPtr dance, but enough for today Change-Id: Ic772181321e74713244223cc3d4542bd4cd2dc88 --- svl/source/svdde/ddecli.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svl/source/svdde/ddecli.cxx') diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx index 5928211f00f8..168881144d35 100644 --- a/svl/source/svdde/ddecli.cxx +++ b/svl/source/svdde/ddecli.cxx @@ -243,9 +243,9 @@ const String& DdeConnection::GetTopicName() // --- DdeConnection::GetConvId() ---------------------------------- -long DdeConnection::GetConvId() +sal_IntPtr DdeConnection::GetConvId() { - return (long)pImp->hConv; + return (sal_IntPtr)pImp->hConv; } const std::vector& DdeConnection::GetConnections() -- cgit