summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-10 17:57:30 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-10 17:57:30 +0200
commitde84cde075cf012037dbfecb88a757fd786ab04a (patch)
tree6632d3c68a235a8014ad606a21423f901f6a7f0c /sw/source/ui/index
parent01f27b5e5d428cc3c4aeabdcbbb8204494fbd435 (diff)
warning C4805 unsafe mix of type sal_Bool and type bool
Change-Id: Ia9eb65d5c0799437f55da2c59d007ed615da0385
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/swuiidxmrk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index da8f89523b99..9dccf7bf5894 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