Author: paveljanik
Date: Mon Apr 29 14:04:21 2013
New Revision: 1477084

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

Modified:
    openoffice/trunk/main/sc/source/ui/drawfunc/drawsh.cxx

Modified: openoffice/trunk/main/sc/source/ui/drawfunc/drawsh.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/drawfunc/drawsh.cxx?rev=1477084&r1=1477083&r2=1477084&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/drawfunc/drawsh.cxx (original)
+++ openoffice/trunk/main/sc/source/ui/drawfunc/drawsh.cxx Mon Apr 29 14:04:21 
2013
@@ -464,8 +464,7 @@ void ScDrawShell::ExecuteAreaDlg( SfxReq
 
     // #i74099# by default, the dialog deletes the current color table if a 
different one is loaded
     // (see SwDrawShell::ExecDrawDlg)
-    const SvxColorTableItem* pColorItem =
-        static_cast<const SvxColorTableItem*>( 
pViewData->GetSfxDocShell()->GetItem(SID_COLOR_TABLE) );
+    // const SvxColorTableItem* pColorItem = static_cast<const 
SvxColorTableItem*>( pViewData->GetSfxDocShell()->GetItem(SID_COLOR_TABLE) );
 
        if ( nTabPage != 0xffff )
                pDlg->SetCurPageId( nTabPage );


Reply via email to