Author: paveljanik
Date: Wed Apr 10 16:12:23 2013
New Revision: 1466540
URL: http://svn.apache.org/r1466540
Log:
Remove unused variable to prevent WaE issues.
Modified:
openoffice/trunk/main/sc/source/ui/drawfunc/drtxtob2.cxx
Modified: openoffice/trunk/main/sc/source/ui/drawfunc/drtxtob2.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/drawfunc/drtxtob2.cxx?rev=1466540&r1=1466539&r2=1466540&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/drawfunc/drtxtob2.cxx (original)
+++ openoffice/trunk/main/sc/source/ui/drawfunc/drtxtob2.cxx Wed Apr 10
16:12:23 2013
@@ -200,7 +200,6 @@ void ScDrawTextObjectBar::ExecFormText(S
if ( rMarkList.GetMarkCount() == 1 && rReq.GetArgs() )
{
const SfxItemSet& rSet = *rReq.GetArgs();
- const SfxPoolItem* pItem;
if ( pDrView->IsTextEdit() )
pDrView->ScEndTextEdit();