summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlideSorter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterSlideSorter.hxx')
-rw-r--r--sdext/source/presenter/PresenterSlideSorter.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sdext/source/presenter/PresenterSlideSorter.hxx b/sdext/source/presenter/PresenterSlideSorter.hxx
index 15208b9160a5..0f3aed0aaecf 100644
--- a/sdext/source/presenter/PresenterSlideSorter.hxx
+++ b/sdext/source/presenter/PresenterSlideSorter.hxx
@@ -1,7 +1,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
@@ -86,16 +86,16 @@ public:
void SetActiveState (const bool bIsActive);
-
+
// lang::XEventListener
- virtual void SAL_CALL
+ virtual void SAL_CALL
disposing (const css::lang::EventObject& rEventObject)
throw (css::uno::RuntimeException);
// XWindowListener
-
+
virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
throw (css::uno::RuntimeException);
@@ -131,10 +131,10 @@ public:
// XMouseMotionListener
-
+
virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent)
throw (css::uno::RuntimeException);
-
+
virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent)
throw (css::uno::RuntimeException);
@@ -154,9 +154,9 @@ public:
const css::beans::PropertyChangeEvent& rEvent)
throw(css::uno::RuntimeException);
-
+
// XSlidePreviewCacheListener
-
+
virtual void SAL_CALL notifyPreviewCreation (
sal_Int32 nSlideIndex)
throw(css::uno::RuntimeException);