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

Michael Stahl mstahl at redhat.com
Thu Oct 10 09:00:27 PDT 2013


 sw/source/ui/index/swuiidxmrk.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit de84cde075cf012037dbfecb88a757fd786ab04a
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Oct 10 17:57:30 2013 +0200

    warning C4805 unsafe mix of type sal_Bool and type bool
    
    Change-Id: Ia9eb65d5c0799437f55da2c59d007ed615da0385

diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index da8f895..9dccf7b 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -1233,7 +1233,7 @@ IMPL_LINK_NOARG(SwAuthorMarkPane, InsertHdl)
     //insert or update the SwAuthorityField...
     if(pSh)
     {
-        bool bDifferent = false;
+        sal_Bool bDifferent = sal_False;
         OSL_ENSURE(!m_sFields[AUTH_FIELD_IDENTIFIER].isEmpty() , "No Id is set!");
         OSL_ENSURE(!m_sFields[AUTH_FIELD_AUTHORITY_TYPE].isEmpty() , "No authority type is set!");
         //check if the entry already exists with different content


More information about the Libreoffice-commits mailing list