summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlideShowView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterSlideShowView.cxx')
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sdext/source/presenter/PresenterSlideShowView.cxx b/sdext/source/presenter/PresenterSlideShowView.cxx
index e63f22b5a84a..643978957a38 100644
--- a/sdext/source/presenter/PresenterSlideShowView.cxx
+++ b/sdext/source/presenter/PresenterSlideShowView.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -50,7 +50,7 @@
#include <com/sun/star/rendering/TextDirection.hpp>
#include <com/sun/star/rendering/TexturingMode.hpp>
#include <osl/mutex.hxx>
-
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::drawing::framework;
@@ -139,7 +139,7 @@ void PresenterSlideShowView::LateInit (void)
mxWindow->addPaintListener(this);
mxWindow->addWindowListener(this);
}
-
+
// The window does not have to paint a background. We do
// that ourself.
Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY);
@@ -152,7 +152,7 @@ void PresenterSlideShowView::LateInit (void)
mxViewWindow = CreateViewWindow(mxWindow);
mxViewCanvas = CreateViewCanvas(mxViewWindow);
-
+
if (mxViewWindow.is())
{
// Register listeners at window.
@@ -214,12 +214,12 @@ void PresenterSlideShowView::disposing (void)
// Tell all listeners that we are disposed.
lang::EventObject aEvent;
aEvent.Source = static_cast<XWeak*>(this);
-
+
::cppu::OInterfaceContainerHelper* pIterator
= maBroadcaster.getContainer(getCppuType((Reference<lang::XEventListener>*)NULL));
if (pIterator != NULL)
pIterator->disposeAndClear(aEvent);
-
+
// Do this for
// XPaintListener, XModifyListener,XMouseListener,XMouseMotionListener,XWindowListener?
@@ -687,7 +687,7 @@ void SAL_CALL PresenterSlideShowView::mouseExited (const awt::MouseEvent& rEvent
//----- XMouseMotionListener --------------------------------------------------
-
+
void SAL_CALL PresenterSlideShowView::mouseDragged (const awt::MouseEvent& rEvent)
throw (RuntimeException)
{
@@ -768,7 +768,7 @@ void SAL_CALL PresenterSlideShowView::windowHidden (const lang::EventObject& rEv
//----- XView -----------------------------------------------------------------
-
+
Reference<XResourceId> SAL_CALL PresenterSlideShowView::getResourceId (void)
throw(RuntimeException)
{
@@ -1069,7 +1069,7 @@ void PresenterSlideShowView::Resize (void)
{
pIterator->notifyEach(&util::XModifyListener::modified, aEvent);
}
-
+
// Due to constant aspect ratio resizing may lead a preview that changes
// its position but not its size. This invalidates the back buffer and
// we have to enforce a complete repaint.