summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/shells/drawdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/shells/drawdlg.cxx')
-rw-r--r--sw/source/ui/shells/drawdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/drawdlg.cxx b/sw/source/ui/shells/drawdlg.cxx
index 63b75a1acb1d..82069bf044c4 100644
--- a/sw/source/ui/shells/drawdlg.cxx
+++ b/sw/source/ui/shells/drawdlg.cxx
@@ -101,7 +101,7 @@ void SwDrawShell::ExecDrawDlg(SfxRequest& rReq)
OSL_ENSURE(pDlg, "Dialogdiet fail!");
const SvxColorTableItem* pColorItem = (const SvxColorTableItem*)
GetView().GetDocShell()->GetItem(SID_COLOR_TABLE);
- if(pColorItem->GetColorTable() == &XColorTable::GetStdColorTable())
+ if(pColorItem->GetColorTable() == &XColorList::GetStdColorTable())
pDlg->DontDeleteColorTable();
if (pDlg->Execute() == RET_OK)
{