Author: paveljanik
Date: Wed Apr 10 16:07:20 2013
New Revision: 1466537

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

Modified:
    openoffice/trunk/main/sd/source/ui/view/drviews6.cxx

Modified: openoffice/trunk/main/sd/source/ui/view/drviews6.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/view/drviews6.cxx?rev=1466537&r1=1466536&r2=1466537&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/view/drviews6.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/view/drviews6.cxx Wed Apr 10 16:07:20 
2013
@@ -101,7 +101,6 @@ void DrawViewShell::ExecFormText(SfxRequ
                 mpDrawView && !mpDrawView->IsPresObjSelected() )
        {
                const SfxItemSet& rSet = *rReq.GetArgs();
-               const SfxPoolItem* pItem;
 
                if ( mpDrawView->IsTextEdit() )
                        mpDrawView->SdrEndTextEdit();


Reply via email to