diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 13:13:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 13:13:36 +0000 |
commit | 2ce3e25334e967954d3af748e8e9bc480a57e125 (patch) | |
tree | 1ead953b4c0bc0269565ac991a7f9e3e3084e502 /svl/source | |
parent | dcde8abaaf7e136a49222e9c73644b6868373659 (diff) |
fix windows DdePoke signature
Change-Id: I61a2c7287a2a5b7abadcd79f74fb38ba528d7da7
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 ); |