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

Michael Stahl mstahl at redhat.com
Tue Jul 16 09:00:28 PDT 2013


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

New commits:
commit 802b66092c441065278a879efb5da24fab08a31b
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jul 16 17:48:04 2013 +0200

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

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


More information about the Libreoffice-commits mailing list