[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Thu Nov 28 06:09:41 PST 2013


 sd/source/ui/func/fuediglu.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit dc6649908984c55659bc013e35f8131b7f85e6e7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 28 15:09:12 2013 +0100

    -Werror,-Wunused-variable
    
    Change-Id: Ifb91f80cd9e8ea1cb9431b4f38d5afc9e7b9a86c

diff --git a/sd/source/ui/func/fuediglu.cxx b/sd/source/ui/func/fuediglu.cxx
index 690f59b..033ab08 100644
--- a/sd/source/ui/func/fuediglu.cxx
+++ b/sd/source/ui/func/fuediglu.cxx
@@ -318,7 +318,6 @@ sal_Bool FuEditGluePoints::KeyInput(const KeyEvent& rKEvt)
                 //simulate mouse move action
                 MouseEvent eMevt(ePoint,1,2,MOUSE_LEFT, 0);
                 MouseMove(eMevt);
-                         Point aPix(eMevt.GetPosPixel());
                 oldPoint = ePoint;
                 bBeginInsertPoint = sal_True;
                 bReturn = sal_True;


More information about the Libreoffice-commits mailing list