diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:39:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:40:27 +0000 |
commit | 641b6f2037bec26097574dd921219101d8386da5 (patch) | |
tree | 3026dc1452eaa1e2503a44d0dc3b6bab322b2c4e /svl/unx | |
parent | 4e46370938b1fde8cea5e8123d88a2290e60de8a (diff) |
more cast hell
Change-Id: I125c08ed182786cbdae7b5afabdab0754c31053a
Diffstat (limited to 'svl/unx')
-rw-r--r-- | svl/unx/source/svdde/ddedummy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index dfe846b77f35..d80752c7f899 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -166,7 +166,7 @@ void DdeTopic::RemoveItem( SAL_UNUSED_PARAMETER const DdeItem& ) { } -DdeData* DdeTopic::Get( SAL_UNUSED_PARAMETER sal_uLong ) +DdeData* DdeTopic::Get(SAL_UNUSED_PARAMETER SotClipboardFormatId) { return NULL; } |