Author: paveljanik
Date: Mon Apr 29 14:19:43 2013
New Revision: 1477095

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

Modified:
    openoffice/trunk/main/sw/source/ui/shells/drawdlg.cxx

Modified: openoffice/trunk/main/sw/source/ui/shells/drawdlg.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/shells/drawdlg.cxx?rev=1477095&r1=1477094&r2=1477095&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/shells/drawdlg.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/shells/drawdlg.cxx Mon Apr 29 14:19:43 
2013
@@ -106,7 +106,7 @@ void SwDrawShell::ExecDrawDlg(SfxRequest
                                                                                
                                                                        pDoc,
                                                                                
                                                                        pView);
             DBG_ASSERT(pDlg, "Dialogdiet fail!");
-                       const SvxColorTableItem* pColorItem = (const 
SvxColorTableItem*)
+                       // const SvxColorTableItem* pColorItem = (const 
SvxColorTableItem*)
                                                                        
GetView().GetDocShell()->GetItem(SID_COLOR_TABLE);
 
             if (pDlg->Execute() == RET_OK)


Reply via email to