diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-26 09:20:40 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-26 09:20:40 +0100 |
commit | d24e2842319231d3ab6da27cfddb90e75baba269 (patch) | |
tree | 0dc10b73a62e3406587d505aa345cfd3052848dc /chart2/source | |
parent | 3d22598a193130c5bfb0b5f459359a0b66b4424e (diff) |
remove obsolete ColorTable lifecycle workaround
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/main/ShapeController.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ShapeController.cxx b/chart2/source/controller/main/ShapeController.cxx index 138db4f74be9..ec1883318271 100644 --- a/chart2/source/controller/main/ShapeController.cxx +++ b/chart2/source/controller/main/ShapeController.cxx @@ -327,8 +327,6 @@ void ShapeController::executeDispatch_FormatArea() { SfxItemPool& rItemPool = pDrawViewWrapper->GetModel()->GetItemPool(); 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 ) { const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); |