summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-25 11:11:27 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-09-25 11:11:27 -0500
commit0b24bd7a6ec714c74795cf417e35bd036303f3b9 (patch)
tree89010466ccc29ecd68c5d31a8f94e1a54ea3d6f8 /chart2
parentc6811e675cbeaef31fd4d758f75939839b1aa10f (diff)
hide a WaE... should be fixed properly when the issue is understood
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/main/ShapeController.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/main/ShapeController.cxx b/chart2/source/controller/main/ShapeController.cxx
index c4db4bbd564f..138db4f74be9 100644
--- a/chart2/source/controller/main/ShapeController.cxx
+++ b/chart2/source/controller/main/ShapeController.cxx
@@ -328,6 +328,7 @@ 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();