summaryrefslogtreecommitdiff
path: root/svl/source/svdde/ddecli.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-07 13:51:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-07 13:52:47 +0200
commit7e68c64c1ed2cd14ccb4cf259831089c1aeb43b2 (patch)
tree697d2162fde229d6bc4fa8fba113b878ec019cf2 /svl/source/svdde/ddecli.cxx
parent98ecb80ad8601b03509cb791b2db845350ac8d2d (diff)
Make _WIN32-only DDE code use proper HCONV
...instead of various integer types. Revealed that the GetConvId functions were unused. Change-Id: I6c6427bd8c14166e58bed3405084e3919bdc97f9
Diffstat (limited to 'svl/source/svdde/ddecli.cxx')
-rw-r--r--svl/source/svdde/ddecli.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx
index b6e562616b19..d81d57c65259 100644
--- a/svl/source/svdde/ddecli.cxx
+++ b/svl/source/svdde/ddecli.cxx
@@ -236,11 +236,6 @@ const OUString DdeConnection::GetTopicName()
return pTopic->toOUString();
}
-sal_IntPtr DdeConnection::GetConvId()
-{
- return (sal_IntPtr)pImp->hConv;
-}
-
const std::vector<DdeConnection*>& DdeConnection::GetConnections()
{
DdeInstData* pInst = ImpGetInstData();