diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 12:24:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 12:24:01 +0000 |
commit | c2acb5440848c8350258ec46642301e5f952e6cc (patch) | |
tree | 697dc3fbc35ada1b337237e7abb1bbb704cfc77c /sd | |
parent | c8228110cb0005a3b3a76cd1526d68d6ad97ae9b (diff) |
unused variable
Diffstat (limited to 'sd')
-rwxr-xr-x | sd/source/ui/slidesorter/controller/SlsClipboard.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx index 700b3e0a605a..a7433af91c3c 100755 --- a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx +++ b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx @@ -619,7 +619,6 @@ sal_Int8 Clipboard::AcceptDrop ( } // Show the insertion marker and the substitution for a drop. - Point aPosition = pTargetWindow->PixelToLogic (rEvent.maPosPixel); SelectionFunction* pSelectionFunction = dynamic_cast<SelectionFunction*>( mrSlideSorter.GetViewShell()->GetCurrentFunction().get()); if (pSelectionFunction != NULL) |