summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/app/rfindlst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/rfindlst.cxx')
-rw-r--r--sc/source/ui/app/rfindlst.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/app/rfindlst.cxx b/sc/source/ui/app/rfindlst.cxx
index f0188a9fbeb3..9a27a0d0e298 100644
--- a/sc/source/ui/app/rfindlst.cxx
+++ b/sc/source/ui/app/rfindlst.cxx
@@ -54,8 +54,8 @@ Color ScRangeFindList::FindColor( const ScRange& rRef, const size_t nIndex )
{
sal_Int32 nOldCntr = 0;
sal_Int32 nNewCntr = 0;
- Color nOldColor = Color(0);
- Color nNewColor = Color(0);
+ Color nOldColor(0);
+ Color nNewColor(0);
DBG_ASSERT( (nIndex < maEntries.size()), "nIndex out of range!" );