[Libreoffice-commits] core.git: svl/source

Caolán McNamara caolanm at redhat.com
Wed Mar 18 06:14:12 PDT 2015


 svl/source/svdde/ddecli.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ce3e25334e967954d3af748e8e9bc480a57e125
Author: Caolán McNamara <caolanm at 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 );


More information about the Libreoffice-commits mailing list