[Libreoffice-commits] core.git: linguistic/source

Stephan Bergmann sbergman at redhat.com
Thu Feb 21 02:47:36 PST 2013


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

New commits:
commit e5cdfe589f8ce559a9e6d8fee3b1a6bd3c9ec233
Author: Stephan Bergmann <sbergman at 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
         {


More information about the Libreoffice-commits mailing list