diff options
author | David Tardon <dtardon@redhat.com> | 2014-04-19 10:31:56 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-04-19 10:32:40 +0200 |
commit | 58be5bad6c602d9417517dc18b1eac209ee92347 (patch) | |
tree | 3f88c9e9a06d08d0a17bd2242bdd648c144c24fd /connectivity | |
parent | 1a043545906f2b272fe80ecfa992b599284b9432 (diff) |
another blind fix for windows build
Change-Id: I9050d2d6e77db1ba159ab7a9fb574b928ca4df43
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx b/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx index 9a03fcea28af..2af3e55fb89a 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(); |