summaryrefslogtreecommitdiff
path: root/svl/unx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-18 17:39:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-18 17:40:27 +0000
commit641b6f2037bec26097574dd921219101d8386da5 (patch)
tree3026dc1452eaa1e2503a44d0dc3b6bab322b2c4e /svl/unx/source
parent4e46370938b1fde8cea5e8123d88a2290e60de8a (diff)
more cast hell
Change-Id: I125c08ed182786cbdae7b5afabdab0754c31053a
Diffstat (limited to 'svl/unx/source')
-rw-r--r--svl/unx/source/svdde/ddedummy.cxx2
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;
}