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

David Tardon dtardon at redhat.com
Sat Apr 19 01:34:07 PDT 2014


 connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 58be5bad6c602d9417517dc18b1eac209ee92347
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Apr 19 10:31:56 2014 +0200

    another blind fix for windows build
    
    Change-Id: I9050d2d6e77db1ba159ab7a9fb574b928ca4df43

diff --git a/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx b/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx
index 9a03fce..2af3e55 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx
@@ -296,7 +296,7 @@ sal_uInt32 MQuery::InsertLoginInfo(OConnection* _pCon)
 }
 
 //determine whether current profile is locked,any error will lead to return true
-sal_Bool isProfileLocked(OConnection* _pCon)
+bool isProfileLocked(OConnection* _pCon)
 {
     ::com::sun::star::uno::Reference< ::com::sun::star::mozilla::XMozillaBootstrap > xMozillaBootstrap;
     ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory();


More information about the Libreoffice-commits mailing list