summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterViewFactory.cxx
diff options
context:
space:
mode:
authorRich Wareham <rjw57@cam.ac.uk>2012-01-12 12:05:37 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-12 14:43:15 +0000
commit15fd86b9753cf201e7893618cb442ecc06c5385d (patch)
tree3f7040d4e176220b3c6ce5e1d73c0f0f04043ed4 /sdext/source/presenter/PresenterViewFactory.cxx
parente198eea5a87bff84783bd038cf134e6ea3b764ad (diff)
sdext/source/presenter/*: remove extraneous vertical whitespace
Replace 5 lines of vertical whitespace in sdext/source/presenter/* with a single line so that more can be seen on the screen at once. Fixes bug 44635
Diffstat (limited to 'sdext/source/presenter/PresenterViewFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterViewFactory.cxx68
1 files changed, 0 insertions, 68 deletions
diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx
index 9e27757f4859..5e2a56e9af57 100644
--- a/sdext/source/presenter/PresenterViewFactory.cxx
+++ b/sdext/source/presenter/PresenterViewFactory.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-
#include "PresenterViewFactory.hxx"
#include "PresenterPaneContainer.hxx"
#include "PresenterHelper.hxx"
@@ -70,8 +69,6 @@ const ::rtl::OUString PresenterViewFactory::msSlideSorterURL(
const ::rtl::OUString PresenterViewFactory::msHelpViewURL(
A2S("private:resource/view/Presenter/Help"));
-
-
//===== SimpleView ============================================================
namespace {
@@ -96,8 +93,6 @@ private:
Reference<XResourceId> mxResourceId;
};
-
-
/** By default the PresenterSlidePreview shows the preview of the current
slide. This adapter class makes it display the preview of the next
slide.
@@ -156,9 +151,6 @@ public:
} // end of anonymous namespace
-
-
-
//===== PresenterViewFactory ==============================================
PresenterViewFactory::PresenterViewFactory (
@@ -174,9 +166,6 @@ PresenterViewFactory::PresenterViewFactory (
{
}
-
-
-
Reference<drawing::framework::XResourceFactory> PresenterViewFactory::Create (
const Reference<uno::XComponentContext>& rxContext,
const Reference<frame::XController>& rxController,
@@ -189,9 +178,6 @@ Reference<drawing::framework::XResourceFactory> PresenterViewFactory::Create (
static_cast<XWeak*>(pFactory.get()), UNO_QUERY);
}
-
-
-
void PresenterViewFactory::Register (const Reference<frame::XController>& rxController)
{
try
@@ -224,16 +210,10 @@ void PresenterViewFactory::Register (const Reference<frame::XController>& rxCont
}
}
-
-
-
PresenterViewFactory::~PresenterViewFactory (void)
{
}
-
-
-
void SAL_CALL PresenterViewFactory::disposing (void)
throw (RuntimeException)
{
@@ -262,9 +242,6 @@ void SAL_CALL PresenterViewFactory::disposing (void)
}
}
-
-
-
//----- XViewFactory ----------------------------------------------------------
Reference<XResource> SAL_CALL PresenterViewFactory::createResource (
@@ -294,9 +271,6 @@ Reference<XResource> SAL_CALL PresenterViewFactory::createResource (
return xView;
}
-
-
-
void SAL_CALL PresenterViewFactory::releaseResource (const Reference<XResource>& rxView)
throw (RuntimeException)
{
@@ -347,9 +321,6 @@ void SAL_CALL PresenterViewFactory::releaseResource (const Reference<XResource>&
}
}
-
-
-
//-----------------------------------------------------------------------------
Reference<XResource> PresenterViewFactory::GetViewFromCache(
@@ -388,9 +359,6 @@ Reference<XResource> PresenterViewFactory::GetViewFromCache(
return NULL;
}
-
-
-
Reference<XResource> PresenterViewFactory::CreateView(
const Reference<XResourceId>& rxViewId,
const Reference<XPane>& rxAnchorPane)
@@ -439,9 +407,6 @@ Reference<XResource> PresenterViewFactory::CreateView(
return Reference<XResource>(xView, UNO_QUERY);
}
-
-
-
Reference<XView> PresenterViewFactory::CreateSlideShowView(
const Reference<XResourceId>& rxViewId) const
{
@@ -471,9 +436,6 @@ Reference<XView> PresenterViewFactory::CreateSlideShowView(
return xView;
}
-
-
-
Reference<XView> PresenterViewFactory::CreateSlidePreviewView(
const Reference<XResourceId>& rxViewId,
const Reference<XPane>& rxAnchorPane) const
@@ -503,9 +465,6 @@ Reference<XView> PresenterViewFactory::CreateSlidePreviewView(
return xView;
}
-
-
-
Reference<XView> PresenterViewFactory::CreateToolBarView(
const Reference<XResourceId>& rxViewId) const
{
@@ -516,9 +475,6 @@ Reference<XView> PresenterViewFactory::CreateToolBarView(
mpPresenterController);
}
-
-
-
Reference<XView> PresenterViewFactory::CreateNotesView(
const Reference<XResourceId>& rxViewId,
const Reference<XPane>& rxAnchorPane) const
@@ -549,9 +505,6 @@ Reference<XView> PresenterViewFactory::CreateNotesView(
return xView;
}
-
-
-
Reference<XView> PresenterViewFactory::CreateSlideSorterView(
const Reference<XResourceId>& rxViewId) const
{
@@ -585,9 +538,6 @@ Reference<XView> PresenterViewFactory::CreateSlideSorterView(
return xView;
}
-
-
-
Reference<XView> PresenterViewFactory::CreateHelpView(
const Reference<XResourceId>& rxViewId) const
{
@@ -598,10 +548,6 @@ Reference<XView> PresenterViewFactory::CreateHelpView(
mpPresenterController));
}
-
-
-
-
void PresenterViewFactory::ThrowIfDisposed (void) const
throw (::com::sun::star::lang::DisposedException)
{
@@ -614,9 +560,6 @@ void PresenterViewFactory::ThrowIfDisposed (void) const
}
}
-
-
-
//===== CachablePresenterView =================================================
CachablePresenterView::CachablePresenterView (void)
@@ -624,31 +567,20 @@ CachablePresenterView::CachablePresenterView (void)
{
}
-
-
-
void CachablePresenterView::ActivatePresenterView (void)
{
mbIsPresenterViewActive = true;
}
-
-
-
void CachablePresenterView::DeactivatePresenterView (void)
{
mbIsPresenterViewActive = false;
}
-
-
-
void CachablePresenterView::ReleaseView (void)
{
}
-
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */