diff options
-rw-r--r-- | sc/source/ui/optdlg/opredlin.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx index 9d1c83981e0f..237e5e184725 100644 --- a/sc/source/ui/optdlg/opredlin.cxx +++ b/sc/source/ui/optdlg/opredlin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: opredlin.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:18:34 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:34:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -197,7 +197,7 @@ void __EXPORT ScRedlineOptionsTabPage::Reset( const SfxItemSet& rSet ) for( USHORT i = 0; i < pColorTbl->Count(); ++i ) { - XColorEntry* pEntry = pColorTbl->Get( i ); + XColorEntry* pEntry = pColorTbl->GetColor( i ); Color aColor = pEntry->GetColor(); String sName = pEntry->GetName(); |