svl/source/svdde/ddecli.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2ce3e25334e967954d3af748e8e9bc480a57e125 Author: Caolán McNamara <caol...@redhat.com> Date: Wed Mar 18 13:13:36 2015 +0000 fix windows DdePoke signature Change-Id: I61a2c7287a2a5b7abadcd79f74fb38ba528d7da7 diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx index 279c27d..61bd7de 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 );
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits