Author: paveljanik
Date: Wed Apr 10 16:09:40 2013
New Revision: 1466539

URL: http://svn.apache.org/r1466539
Log:
Remove unused variable to prevent WaE issues.

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

Modified: openoffice/trunk/main/sc/source/ui/drawfunc/drawsh5.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/drawfunc/drawsh5.cxx?rev=1466539&r1=1466538&r2=1466539&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/drawfunc/drawsh5.cxx (original)
+++ openoffice/trunk/main/sc/source/ui/drawfunc/drawsh5.cxx Wed Apr 10 16:09:40 
2013
@@ -680,7 +680,6 @@ void ScDrawShell::ExecFormText(SfxReques
     if ( rMarkList.GetMarkCount() == 1 && rReq.GetArgs() )
     {
         const SfxItemSet& rSet = *rReq.GetArgs();
-        const SfxPoolItem* pItem;
 
         if ( pDrView->IsTextEdit() )
             pDrView->ScEndTextEdit();


Reply via email to