diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-11 19:23:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-11 19:25:54 +0300 |
commit | 08e18bf35786ee3861df80d92d7337f065824dd0 (patch) | |
tree | fca9ad31df5ffaffb56106afaec07ae1a4bc6be6 /svl/unx | |
parent | 28247969bd4d2efd299a08ec319fcfafabe765ee (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.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 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& ) { } |