summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:34:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:34:24 +0000
commit3bbb29769970e97907931ac74c09db4b22240040 (patch)
tree042cb301adc38c7bda993683dc9e6094e1ef0e95 /sc/source/ui/optdlg
parent0767b1a59c8c9b44d2ac5460476a5264371edef4 (diff)
INTEGRATION: CWS warnings01 (1.5.180); FILE MERGED
2006/05/12 16:38:17 sb 1.5.180.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r--sc/source/ui/optdlg/opredlin.cxx6
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();