sd/source/ui/func/futext.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fb9522a229c2d7b45d5d9d6e2c4e27ddfde351cf
Author: Tor Lillqvist <[email protected]>
Date:   Mon Nov 12 12:30:45 2012 +0200

    WaE: declaration of ´pPV´ shadows a previous local
    
    Change-Id: I1993834b670f9c536bc963527cfb46fedeebd72d

diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index 250c661..99ce662 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -801,10 +801,10 @@ sal_Bool FuText::MouseButtonUp(const MouseEvent& rMEvt)
          Abs(aMDPos.Y() - aPnt.Y()) < nDrgLog1 &&
          !rMEvt.IsShift() && !rMEvt.IsMod2() )
     {
-        SdrPageView* pPV = mpView->GetSdrPageView();
+        SdrPageView* pPV2 = mpView->GetSdrPageView();
         SdrViewEvent aVEvt;
         mpView->PickAnything(rMEvt, SDRMOUSEBUTTONDOWN, aVEvt);
-        mpView->MarkObj(aVEvt.pRootObj, pPV);
+        mpView->MarkObj(aVEvt.pRootObj, pPV2);
     }
 
     if ( !mxTextObj.is() && mpView )
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to