From 08e18bf35786ee3861df80d92d7337f065824dd0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 11 May 2011 19:23:29 +0300 Subject: Nah, make the AddTopic() prototype like it was, too many problems otherwise Just use a cast in ddesvr.cxx, as there was originally before the DECLARE_LIST removal and the fixup of that. --- svl/unx/source/svdde/ddedummy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/unx') diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index 16a2904d01e3..7ec1a3b929ac 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( DdeTopic& ) +void DdeService::AddTopic( const DdeTopic& ) { } -- cgit