summaryrefslogtreecommitdiff
path: root/sw/source/core/draw/drawdoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/draw/drawdoc.cxx')
-rw-r--r--sw/source/core/draw/drawdoc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/draw/drawdoc.cxx b/sw/source/core/draw/drawdoc.cxx
index 32f50ee4471d..c00b9c74887e 100644
--- a/sw/source/core/draw/drawdoc.cxx
+++ b/sw/source/core/draw/drawdoc.cxx
@@ -76,8 +76,8 @@ SwDrawDocument::SwDrawDocument( SwDoc* pD ) :
SetObjectShell( pDocSh );
SvxColorTableItem* pColItem = ( SvxColorTableItem* )
( pDocSh->GetItem( SID_COLOR_TABLE ) );
- XColorTable *pXCol = pColItem ? pColItem->GetColorTable() :
- XColorTable::GetStdColorTable();
+ XColorList *pXCol = pColItem ? pColItem->GetColorTable() :
+ XColorList::GetStdColorList();
SetColorTable( pXCol );
if ( !pColItem )
@@ -92,7 +92,7 @@ SwDrawDocument::SwDrawDocument( SwDoc* pD ) :
SetObjectShell( pDocSh );
}
else
- SetColorTable( XColorTable::GetStdColorTable() );
+ SetColorTable( XColorList::GetStdColorList() );
// copy all the default values to the SdrModel
SfxItemPool* pSdrPool = pD->GetAttrPool().GetSecondaryPool();