summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat/condformatdlgentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/condformat/condformatdlgentry.cxx')
-rw-r--r--sc/source/ui/condformat/condformatdlgentry.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index 10984b133417..2720893f1552 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -791,8 +791,8 @@ void ScColorScale2FrmtEntry::Init()
if(pEntry->GetColor() == Color(COL_LIGHTBLUE))
maLbColMax.SelectEntryPos(i);
}
- maLbColMin.SetUpdateMode( sal_True );
- maLbColMax.SetUpdateMode( sal_True );
+ maLbColMin.SetUpdateMode( true );
+ maLbColMax.SetUpdateMode( true );
}
}
@@ -954,9 +954,9 @@ void ScColorScale3FrmtEntry::Init()
if(pEntry->GetColor() == Color(COL_LIGHTBLUE))
maLbColMax.SelectEntryPos(i);
}
- maLbColMin.SetUpdateMode( sal_True );
- maLbColMiddle.SetUpdateMode( sal_True );
- maLbColMax.SetUpdateMode( sal_True );
+ maLbColMin.SetUpdateMode( true );
+ maLbColMiddle.SetUpdateMode( true );
+ maLbColMax.SetUpdateMode( true );
}
}