summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:34:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:34:36 +0000
commitc182072a4a86b8a1668b2263c053ad2ec041ab19 (patch)
treeca32c7cf3cff7a295304ac3444ebe5d8a8c7dec7 /sc/source/ui/optdlg
parent3bbb29769970e97907931ac74c09db4b22240040 (diff)
INTEGRATION: CWS warnings01 (1.13.180); FILE MERGED
2006/05/12 16:38:17 sb 1.13.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/tpview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx
index 336611eedeea..c129a31ed64e 100644
--- a/sc/source/ui/optdlg/tpview.cxx
+++ b/sc/source/ui/optdlg/tpview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tpview.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:19:40 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:34:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -381,7 +381,7 @@ void ScTpContentOptions::InitGridOpt()
long nCount = pColorTable->Count();
for ( long n=0; n<nCount; n++ )
{
- XColorEntry* pEntry = pColorTable->Get(n);
+ XColorEntry* pEntry = pColorTable->GetColor(n);
aColorLB.InsertEntry( pEntry->GetColor(), pEntry->GetName() );
}