summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/drawsh4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/drawsh4.cxx')
-rw-r--r--sc/source/ui/drawfunc/drawsh4.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/drawfunc/drawsh4.cxx b/sc/source/ui/drawfunc/drawsh4.cxx
index 9bb3bf3ca83e..abda7ea890c8 100644
--- a/sc/source/ui/drawfunc/drawsh4.cxx
+++ b/sc/source/ui/drawfunc/drawsh4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawsh4.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2006-07-25 12:24:50 $
+ * last change: $Author: kz $ $Date: 2007-05-10 16:56:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,7 +99,7 @@ void ScDrawShell::GetFormTextState(SfxItemSet& rSet)
if ( pDocSh )
{
- const SfxPoolItem* pItem = pDocSh->GetItem( ITEMID_COLOR_TABLE );
+ const SfxPoolItem* pItem = pDocSh->GetItem( SID_COLOR_TABLE );
XColorTable* pColorTable = NULL;
if ( pItem )