Kaydet (Commit) 802b6609 authored tarafından Michael Stahl's avatar Michael Stahl

warning C4805 unsafe mix of type sal_Bool and type bool

Change-Id: I2d65386fb697cbd62768cbcc565611d9a5fdb068
üst 2a4c55f6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment