[Libreoffice-commits] .: svl/unx

Tor Lillqvist tml at kemper.freedesktop.org
Wed May 11 08:10:35 PDT 2011


 svl/unx/source/svdde/ddedummy.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7c682b906097ab8bc6e86502679e3b569693dbea
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed May 11 18:09:57 2011 +0300

    Fix non-Windows compilation

diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx
index 088e8b2..a34eedb 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& )
 {
 }
 


More information about the Libreoffice-commits mailing list