From 2ce3e25334e967954d3af748e8e9bc480a57e125 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 18 Mar 2015 13:13:36 +0000 Subject: fix windows DdePoke signature Change-Id: I61a2c7287a2a5b7abadcd79f74fb38ba528d7da7 --- svl/source/svdde/ddecli.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/source') diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx index 279c27d60753..61bd7dea8ca4 100644 --- a/svl/source/svdde/ddecli.cxx +++ b/svl/source/svdde/ddecli.cxx @@ -374,7 +374,7 @@ DdeHotLink::DdeHotLink( DdeConnection& d, const OUString& i, long n ) } DdePoke::DdePoke( DdeConnection& d, const OUString& i, const char* p, - long l, sal_uLong f, long n ) + long l, SotClipboardFormatId f, long n ) : DdeTransaction( d, i, n ) { aDdeData = DdeData( p, l, f ); -- cgit