Kaydet (Commit) d24e2842 authored tarafından Michael Meeks's avatar Michael Meeks

remove obsolete ColorTable lifecycle workaround

üst 3d22598a
...@@ -327,8 +327,6 @@ void ShapeController::executeDispatch_FormatArea() ...@@ -327,8 +327,6 @@ void ShapeController::executeDispatch_FormatArea()
{ {
SfxItemPool& rItemPool = pDrawViewWrapper->GetModel()->GetItemPool(); SfxItemPool& rItemPool = pDrawViewWrapper->GetModel()->GetItemPool();
SfxItemSet aSet( rItemPool, rItemPool.GetFirstWhich(), rItemPool.GetLastWhich() ); SfxItemSet aSet( rItemPool, rItemPool.GetFirstWhich(), rItemPool.GetLastWhich() );
const SvxColorListItem* pColorItem = static_cast< const SvxColorListItem* >( aSet.GetItem( SID_COLOR_TABLE ) );
(void)pColorItem; /* FIXME hide a WaE but the real cause for it should be settled */
if ( pDlg->Execute() == RET_OK ) if ( pDlg->Execute() == RET_OK )
{ {
const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment