summaryrefslogtreecommitdiff
path: root/svl/source/svdde/ddecli.cxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-04 16:09:58 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-04 16:11:44 +0200
commita96f593b415390f7f218e5772930d127a832eb43 (patch)
treea4cf5bcc44e67fe503fb399d36276d82fee1866e /svl/source/svdde/ddecli.cxx
parent424e936fc095c676a24c04acdd1eb1fbb6a27bed (diff)
Some more sal_IntPtr dance, but enough for today
Change-Id: Ic772181321e74713244223cc3d4542bd4cd2dc88
Diffstat (limited to 'svl/source/svdde/ddecli.cxx')
-rw-r--r--svl/source/svdde/ddecli.cxx4
1 files changed, 2 insertions, 2 deletions
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*>& DdeConnection::GetConnections()