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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/excel/xlstyle.cxx b/sc/source/filter/excel/xlstyle.cxx
index 150f52a5461d..ab1a70419d0c 100644
--- a/sc/source/filter/excel/xlstyle.cxx
+++ b/sc/source/filter/excel/xlstyle.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xlstyle.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dr $ $Date: 2002-11-21 12:12:53 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:04:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,10 +116,10 @@ XclDefaultPalette::XclDefaultPalette( XclBiff eBiff ) :
mnIndexOffset( 0 )
{
if( eBiff != xlBiffUnknown )
- SetBiff( eBiff );
+ SetDefaultColors( eBiff );
}
-void XclDefaultPalette::SetBiff( XclBiff eBiff )
+void XclDefaultPalette::SetDefaultColors( XclBiff eBiff )
{
switch( eBiff )
{