summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpcolor.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-27 15:26:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-27 15:30:53 +0200
commit4815d3da5647b274894bbf4edafcadab179ce8f0 (patch)
treea61ea578ce7527a6d83d6294510b12cb4ddea530 /cui/source/tabpages/tpcolor.cxx
parent0e4d62adee96ac89822b1808b80af77c8264d052 (diff)
More loplugin:simplifybool
Change-Id: If2eef4011382f48b31d8d6289e4bf725a8cb60ae
Diffstat (limited to 'cui/source/tabpages/tpcolor.cxx')
-rw-r--r--cui/source/tabpages/tpcolor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx
index 571861856343..42baaadb31de 100644
--- a/cui/source/tabpages/tpcolor.cxx
+++ b/cui/source/tabpages/tpcolor.cxx
@@ -559,7 +559,7 @@ long SvxColorTabPage::CheckChanges_Impl()
bool SvxColorTabPage::FillItemSet( SfxItemSet* rSet )
{
if( ( nDlgType != 0 ) ||
- ( *pPageType == PT_COLOR && *pbAreaTP == false ) )
+ ( *pPageType == PT_COLOR && !*pbAreaTP ) )
{
OUString aString;
Color aColor;