diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 16:59:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:00:11 +0000 |
commit | 12949ecdbf90016eb0e4fbf31e495f7464ea1153 (patch) | |
tree | 8cdc684810f22ca91058dc099f93efd4b8266afa /svl/unx | |
parent | ba1d0181c2e5e5562efa4fdeaf7b229b6a27907f (diff) |
another round of build fixing
Change-Id: I79964b1e091b9a11a0e5724c6ce8465b31d25bff
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 d53594eb41f5..dfe846b77f35 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -252,7 +252,7 @@ OUString DdeService::GetHelp() return OUString(); } -void DdeService::AddFormat( SAL_UNUSED_PARAMETER sal_uLong ) +void DdeService::AddFormat(SAL_UNUSED_PARAMETER SotClipboardFormatId) { } |