summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.cxx31
1 files changed, 0 insertions, 31 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.cxx b/sdext/source/presenter/PresenterPaneFactory.cxx
index 326df4a83102..ebdae6f7df7d 100644
--- a/sdext/source/presenter/PresenterPaneFactory.cxx
+++ b/sdext/source/presenter/PresenterPaneFactory.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-
#include "PresenterPaneFactory.hxx"
#include "PresenterController.hxx"
#include "PresenterPane.hxx"
@@ -66,8 +65,6 @@ const ::rtl::OUString PresenterPaneFactory::msHelpPaneURL(
const ::rtl::OUString PresenterPaneFactory::msOverlayPaneURL(
RTL_CONSTASCII_USTRINGPARAM("private:resource/pane/Presenter/Overlay"));
-
-
//===== PresenterPaneFactory ==================================================
Reference<drawing::framework::XResourceFactory> PresenterPaneFactory::Create (
@@ -82,9 +79,6 @@ Reference<drawing::framework::XResourceFactory> PresenterPaneFactory::Create (
static_cast<XWeak*>(pFactory.get()), UNO_QUERY);
}
-
-
-
PresenterPaneFactory::PresenterPaneFactory (
const Reference<uno::XComponentContext>& rxContext,
const ::rtl::Reference<PresenterController>& rpPresenterController)
@@ -96,9 +90,6 @@ PresenterPaneFactory::PresenterPaneFactory (
{
}
-
-
-
void PresenterPaneFactory::Register (const Reference<frame::XController>& rxController)
{
Reference<XConfigurationController> xCC;
@@ -130,16 +121,10 @@ void PresenterPaneFactory::Register (const Reference<frame::XController>& rxCont
}
}
-
-
-
PresenterPaneFactory::~PresenterPaneFactory (void)
{
}
-
-
-
void SAL_CALL PresenterPaneFactory::disposing (void)
throw (RuntimeException)
{
@@ -163,9 +148,6 @@ void SAL_CALL PresenterPaneFactory::disposing (void)
}
}
-
-
-
//----- XPaneFactory ----------------------------------------------------------
Reference<XResource> SAL_CALL PresenterPaneFactory::createResource (
@@ -209,9 +191,6 @@ Reference<XResource> SAL_CALL PresenterPaneFactory::createResource (
return xResource;
}
-
-
-
void SAL_CALL PresenterPaneFactory::releaseResource (const Reference<XResource>& rxResource)
throw (RuntimeException)
{
@@ -247,9 +226,6 @@ void SAL_CALL PresenterPaneFactory::releaseResource (const Reference<XResource>&
}
}
-
-
-
//-----------------------------------------------------------------------------
Reference<XResource> PresenterPaneFactory::CreatePane (
@@ -287,9 +263,6 @@ Reference<XResource> PresenterPaneFactory::CreatePane (
return NULL;
}
-
-
-
Reference<XResource> PresenterPaneFactory::CreatePane (
const Reference<XResourceId>& rxPaneId,
const OUString& rsTitle,
@@ -358,9 +331,6 @@ Reference<XResource> PresenterPaneFactory::CreatePane (
return Reference<XResource>(static_cast<XWeak*>(xPane.get()), UNO_QUERY_THROW);
}
-
-
-
void PresenterPaneFactory::ThrowIfDisposed (void) const
throw (::com::sun::star::lang::DisposedException)
{
@@ -373,7 +343,6 @@ void PresenterPaneFactory::ThrowIfDisposed (void) const
}
}
-
} } // end of namespace sdext::presenter
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */