Author: paveljanik
Date: Mon Apr 29 13:32:55 2013
New Revision: 1477054

URL: http://svn.apache.org/r1477054
Log:
Comment out unused variable to prevent compiler warning.

Modified:
    openoffice/trunk/main/chart2/source/controller/main/ShapeController.cxx

Modified: 
openoffice/trunk/main/chart2/source/controller/main/ShapeController.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/chart2/source/controller/main/ShapeController.cxx?rev=1477054&r1=1477053&r2=1477054&view=diff
==============================================================================
--- openoffice/trunk/main/chart2/source/controller/main/ShapeController.cxx 
(original)
+++ openoffice/trunk/main/chart2/source/controller/main/ShapeController.cxx Mon 
Apr 29 13:32:55 2013
@@ -322,7 +322,7 @@ void ShapeController::executeDispatch_Fo
                 {
                     SfxItemPool& rItemPool = 
pDrawViewWrapper->GetModel()->GetItemPool();
                     SfxItemSet aSet( rItemPool, rItemPool.GetFirstWhich(), 
rItemPool.GetLastWhich() );
-                    const SvxColorTableItem* pColorItem = static_cast< const 
SvxColorTableItem* >( aSet.GetItem( SID_COLOR_TABLE ) );
+                    // const SvxColorTableItem* pColorItem = static_cast< 
const SvxColorTableItem* >( aSet.GetItem( SID_COLOR_TABLE ) );
 
                     if ( pDlg->Execute() == RET_OK )
                     {


Reply via email to