From 28247969bd4d2efd299a08ec319fcfafabe765ee Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 11 May 2011 18:09:57 +0300 Subject: Fix non-Windows compilation --- svl/unx/source/svdde/ddedummy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/unx/source') 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& ) { } -- cgit