summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-21 12:24:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 12:24:01 +0000
commitc2acb5440848c8350258ec46642301e5f952e6cc (patch)
tree697dc3fbc35ada1b337237e7abb1bbb704cfc77c /sd/source/ui
parentc8228110cb0005a3b3a76cd1526d68d6ad97ae9b (diff)
unused variable
Diffstat (limited to 'sd/source/ui')
-rwxr-xr-xsd/source/ui/slidesorter/controller/SlsClipboard.cxx1
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)