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

warning C4805 unsafe mix of type sal_Bool and type bool

Change-Id: Ia9eb65d5c0799437f55da2c59d007ed615da0385
üst 01f27b5e
...@@ -1233,7 +1233,7 @@ IMPL_LINK_NOARG(SwAuthorMarkPane, InsertHdl) ...@@ -1233,7 +1233,7 @@ IMPL_LINK_NOARG(SwAuthorMarkPane, InsertHdl)
//insert or update the SwAuthorityField... //insert or update the SwAuthorityField...
if(pSh) 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_IDENTIFIER].isEmpty() , "No Id is set!");
OSL_ENSURE(!m_sFields[AUTH_FIELD_AUTHORITY_TYPE].isEmpty() , "No authority type 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 //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