diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-28 15:09:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-28 15:09:12 +0100 |
commit | dc6649908984c55659bc013e35f8131b7f85e6e7 (patch) | |
tree | ee9a2728f808e020e9f76c11e7d4652506da0ca9 /sd | |
parent | cc5518ca61b209408a9d5262bbdcc39efccdd72d (diff) |
-Werror,-Wunused-variable
Change-Id: Ifb91f80cd9e8ea1cb9431b4f38d5afc9e7b9a86c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuediglu.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuediglu.cxx b/sd/source/ui/func/fuediglu.cxx index 690f59bd7baa..033ab08fc09a 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; |