summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterProtocolHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterProtocolHandler.cxx')
-rw-r--r--sdext/source/presenter/PresenterProtocolHandler.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx
index 80aad8a6eff4..15c99aa28856 100644
--- a/sdext/source/presenter/PresenterProtocolHandler.cxx
+++ b/sdext/source/presenter/PresenterProtocolHandler.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-
#include "PresenterProtocolHandler.hxx"
#include "PresenterConfigurationAccess.hxx"
#include "PresenterController.hxx"
@@ -179,7 +178,6 @@ namespace {
} // end of anonymous namespace
-
namespace {
typedef ::cppu::WeakComponentImplHelper2 <
css::frame::XDispatch,
@@ -206,7 +204,6 @@ public:
const OUString& rsURLPath,
const ::rtl::Reference<PresenterController>& rpPresenterController);
-
// XDispatch
virtual void SAL_CALL dispatch(
const css::util::URL& aURL,
@@ -223,13 +220,11 @@ public:
const css::util::URL& rURL)
throw(css::uno::RuntimeException);
-
// document::XEventListener
virtual void SAL_CALL notifyEvent (const css::document::EventObject& rEvent)
throw(css::uno::RuntimeException);
-
// lang::XEventListener
virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
@@ -271,7 +266,6 @@ Reference<XInterface> PresenterProtocolHandler::Create (
return Reference<XInterface>(static_cast<XWeak*>(new PresenterProtocolHandler(rxContext)));
}
-
//===== PresenterProtocolHandler =========================================================
PresenterProtocolHandler::PresenterProtocolHandler (const Reference<XComponentContext>& rxContext)
@@ -342,7 +336,6 @@ Sequence<Reference<frame::XDispatch> > SAL_CALL PresenterProtocolHandler::queryD
return Sequence<Reference<frame::XDispatch> >();
}
-
//-----------------------------------------------------------------------------
void PresenterProtocolHandler::ThrowIfDisposed (void) const
@@ -533,7 +526,6 @@ void SAL_CALL PresenterProtocolHandler::Dispatch::disposing (const css::lang::Ev
mbIsListeningToWindowManager = false;
}
-
//===== GotoPreviousSlideCommand ==============================================
GotoPreviousSlideCommand::GotoPreviousSlideCommand (
@@ -768,7 +760,6 @@ Any NotesFontSizeCommand::GetState (void) const
return Any();
}
-
} } // end of namespace ::sdext::presenter
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */