Author: paveljanik
Date: Wed Apr 10 12:04:57 2013
New Revision: 1466439
URL: http://svn.apache.org/r1466439
Log:
Comment out unused variable to prevent WaE issues.
Modified:
openoffice/trunk/main/editeng/source/outliner/outlvw.cxx
Modified: openoffice/trunk/main/editeng/source/outliner/outlvw.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/source/outliner/outlvw.cxx?rev=1466439&r1=1466438&r2=1466439&view=diff
==============================================================================
--- openoffice/trunk/main/editeng/source/outliner/outlvw.cxx (original)
+++ openoffice/trunk/main/editeng/source/outliner/outlvw.cxx Wed Apr 10
12:04:57 2013
@@ -1268,7 +1268,7 @@ sal_Bool OutlinerView::ToggleBullets(sal
Paragraph* pPara =
pOwner->pParaList->GetParagraph( nPara );
DBG_ASSERT(pPara,
"OutlinerView::ToggleBullets(), illegal selection?");
- const SfxItemSet& rAttrs =
pOwner->GetParaAttribs( nPara );
+ // const SfxItemSet& rAttrs =
pOwner->GetParaAttribs( nPara );
if( pPara )
{
const SvxNumberFormat* pFmt = pOwner
->GetNumberFormat(nPara);