[Libreoffice-commits] .: chart2/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Sep 25 09:17:33 PDT 2011


 chart2/source/controller/main/ShapeController.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0b24bd7a6ec714c74795cf417e35bd036303f3b9
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Sep 25 11:11:27 2011 -0500

    hide a WaE... should be fixed properly when the issue is understood

diff --git a/chart2/source/controller/main/ShapeController.cxx b/chart2/source/controller/main/ShapeController.cxx
index c4db4bb..138db4f 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();


More information about the Libreoffice-commits mailing list