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, 0 insertions, 4 deletions
diff --git a/sc/source/ui/app/rfindlst.cxx b/sc/source/ui/app/rfindlst.cxx
index febc7e23c55c..90c426ed0336 100644
--- a/sc/source/ui/app/rfindlst.cxx
+++ b/sc/source/ui/app/rfindlst.cxx
@@ -27,8 +27,6 @@ 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 ),
bHidden( false )
@@ -55,6 +53,4 @@ ColorData ScRangeFindList::GetColorName( const size_t nIndex )
return aColNames[nIndex % SC_RANGECOLORS];
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */