summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlstyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xlstyle.cxx')
-rw-r--r--sc/source/filter/excel/xlstyle.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xlstyle.cxx b/sc/source/filter/excel/xlstyle.cxx
index 405c6016a9c6..fef4e2c92836 100644
--- a/sc/source/filter/excel/xlstyle.cxx
+++ b/sc/source/filter/excel/xlstyle.cxx
@@ -99,10 +99,10 @@ XclDefaultPalette::XclDefaultPalette( const XclRoot& rRoot ) :
// background specified as a real colour and the text specified as a
// colour index. That means the text colour would be picked from
// the system where the note background would be picked from a real colour.
- // Previously the the note text colour was picked from the system tooltip
+ // Previously the note text colour was picked from the system tooltip
// text colour, on modern gnome(e.g. 3) that tends to be 'white' with the
// default theme.
- // Using the the Libreoffice defaults ( instead of system specific colours
+ // Using the Libreoffice defaults ( instead of system specific colours
// ) lessens the chance of the one colour being an unsuitable combination
// because by default the note text is black and the note background is
// a light yellow colour ( very similar to Excel's normal defaults )