renaissance1: #i107215# Fixed some minor compilation problems.

This commit is contained in:
Andre Fischer<Andre.W.Fischer
2010-01-28 13:00:30 +01:00
parent df407bc1d6
commit 2336af0eb4
15 changed files with 36 additions and 49 deletions

View File

@@ -653,7 +653,6 @@ void SelectionFunction::StartDrag (const Point& rMousePosition)
if (mbPageHit
&& ! mrSlideSorter.GetProperties()->IsUIReadOnly())
{
view::ViewOverlay& rOverlay (mrSlideSorter.GetView().GetOverlay());
mpSubstitutionHandler->Start(rMousePosition);
mbPageHit = false;
mpWindow->ReleaseMouse();
@@ -839,6 +838,8 @@ sal_uInt32 SelectionFunction::EncodeKeyEvent (
const EventDescriptor& rDescriptor,
const KeyEvent& rEvent) const
{
(void)rDescriptor;
// Initialize as key event.
sal_uInt32 nEventCode (KEY_EVENT);