diff options
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/svdde/ddecli.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |