summaryrefslogtreecommitdiff
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 b3c16f4a5245..febc7e23c55c 100644
--- a/sc/source/ui/app/rfindlst.cxx
+++ b/sc/source/ui/app/rfindlst.cxx
@@ -27,7 +27,7 @@ static const ColorData aColNames[SC_RANGECOLORS] =
{ COL_LIGHTBLUE, COL_LIGHTRED, COL_LIGHTMAGENTA, COL_GREEN,
COL_BLUE, COL_RED, COL_MAGENTA, COL_BROWN };
-//==================================================================
+
ScRangeFindList::ScRangeFindList(const OUString& rName) :
aDocName( rName ),
@@ -55,6 +55,6 @@ ColorData ScRangeFindList::GetColorName( const size_t nIndex )
return aColNames[nIndex % SC_RANGECOLORS];
}
-//==================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */