summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-28 15:09:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-28 15:09:12 +0100
commitdc6649908984c55659bc013e35f8131b7f85e6e7 (patch)
treeee9a2728f808e020e9f76c11e7d4652506da0ca9 /sd
parentcc5518ca61b209408a9d5262bbdcc39efccdd72d (diff)
-Werror,-Wunused-variable
Change-Id: Ifb91f80cd9e8ea1cb9431b4f38d5afc9e7b9a86c
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/fuediglu.cxx1
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;