summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:46:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:46:20 +0000
commitddc0eae2e21b1deb730d73f6bb6c79fd1e5bf5b3 (patch)
tree4c416c0c1dee8d67fe4521372a2f3351ba17cfe8 /extensions/source/propctrlr/standardcontrol.cxx
parent68a6310d267269ee4bdf7d4e7344c7bf6f1c3cf5 (diff)
INTEGRATION: CWS warnings01 (1.20.12); FILE MERGED
2006/05/23 15:50:08 sb 1.20.12.2: RESYNC: (1.20-1.21); FILE MERGED 2006/05/12 16:29:54 sb 1.20.12.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 666b03c36f98..ccd460e11aba 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: standardcontrol.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 14:15:12 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:46:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -757,7 +757,7 @@ namespace pcr
{
for (sal_uInt16 i = 0; i < pColorTbl->Count(); ++i)
{
- XColorEntry* pEntry = pColorTbl->Get( i );
+ XColorEntry* pEntry = pColorTbl->GetColor( i );
getTypedControlWindow()->InsertEntry( pEntry->GetColor(), pEntry->GetName() );
}
}