summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/scendlg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:33:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:33:33 +0000
commit4657f0e66e77a9f21be21f523617c316fe20fd64 (patch)
tree2738abe98bc8e96d204f0f4acd57b11c8aa846c2 /sc/source/ui/dbgui/scendlg.cxx
parent833615e30a1537ad19b197d6ea6cf461ec5468df (diff)
INTEGRATION: CWS warnings01 (1.11.182); FILE MERGED
2006/05/12 16:38:16 sb 1.11.182.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sc/source/ui/dbgui/scendlg.cxx')
-rw-r--r--sc/source/ui/dbgui/scendlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/scendlg.cxx b/sc/source/ui/dbgui/scendlg.cxx
index fd3ce2d91cc6..a30fa084b92c 100644
--- a/sc/source/ui/dbgui/scendlg.cxx
+++ b/sc/source/ui/dbgui/scendlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: scendlg.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:40:51 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:33:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -101,7 +101,7 @@ ScNewScenarioDlg::ScNewScenarioDlg( Window* pParent, const String& rName, BOOL b
long nCount = pColorTable->Count();
for ( long n=0; n<nCount; n++ )
{
- XColorEntry* pEntry = pColorTable->Get(n);
+ XColorEntry* pEntry = pColorTable->GetColor(n);
aLbColor.InsertEntry( pEntry->GetColor(), pEntry->GetName() );
}
aLbColor.SetUpdateMode( TRUE );