From f03aebbd5fd4571d0663a8287dcc6a030b56305a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 25 Jan 2014 21:13:08 +0100 Subject: bool improvements Change-Id: I00eb9eb8fa356f17fa219c4a669f8301064bfc83 --- sw/source/ui/fldui/flddb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/ui/fldui/flddb.cxx b/sw/source/ui/fldui/flddb.cxx index 4dc390a91686..f478d42468ce 100644 --- a/sw/source/ui/fldui/flddb.cxx +++ b/sw/source/ui/fldui/flddb.cxx @@ -410,7 +410,7 @@ void SwFldDBPage::CheckInsert() if (nTypeId == TYP_DBNUMSETFLD) { - sal_Bool bHasValue = !m_pValueED->GetText().isEmpty(); + bool bHasValue = !m_pValueED->GetText().isEmpty(); bInsert &= bHasValue; } -- cgit