linguistic/source/dicimp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e5cdfe589f8ce559a9e6d8fee3b1a6bd3c9ec233
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Feb 21 11:47:14 2013 +0100

    This apparently wants sal_uLong, not bool
    
    Change-Id: I0cf295ea2f83908d98427ae1f3bb6fa1dbbd0b12

diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index 9dc63e3..886a826 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -423,7 +423,7 @@ struct TmpDictionary
         return xStream;
     }
 
-    bool renameTmpToURL()
+    sal_uLong renameTmpToURL()
     {
         try
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to