summaryrefslogtreecommitdiff
path: root/svl/unx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-11 19:23:29 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-11 19:25:54 +0300
commit08e18bf35786ee3861df80d92d7337f065824dd0 (patch)
treefca9ad31df5ffaffb56106afaec07ae1a4bc6be6 /svl/unx
parent28247969bd4d2efd299a08ec319fcfafabe765ee (diff)
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.
Diffstat (limited to 'svl/unx')
-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 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& )
{
}