diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-11 18:09:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-11 18:09:57 +0300 |
commit | 28247969bd4d2efd299a08ec319fcfafabe765ee (patch) | |
tree | 86d5948d26f72e00055f1a86876933926914c9c9 /svl/unx | |
parent | ebe676870f0be76e9425cca56fa626a1cc916591 (diff) |
Fix non-Windows compilation
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 7ec1a3b929ac..16a2904d01e3 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -251,7 +251,7 @@ void DdeService::AddFormat( sal_uLong ) { } -void DdeService::AddTopic( const DdeTopic& ) +void DdeService::AddTopic( DdeTopic& ) { } |