summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterViewFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterViewFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterViewFactory.cxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx
index 2a33a4230254..44c06ad3a328 100644
--- a/sdext/source/presenter/PresenterViewFactory.cxx
+++ b/sdext/source/presenter/PresenterViewFactory.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
@@ -93,7 +93,7 @@ public:
virtual Reference<XResourceId> SAL_CALL getResourceId (void) throw (RuntimeException)
{ return mxResourceId; };
-
+
private:
Reference<XResourceId> mxResourceId;
};
@@ -268,7 +268,7 @@ void SAL_CALL PresenterViewFactory::disposing (void)
//----- XViewFactory ----------------------------------------------------------
-
+
Reference<XResource> SAL_CALL PresenterViewFactory::createResource (
const Reference<XResourceId>& rxViewId)
throw (RuntimeException)
@@ -276,7 +276,7 @@ Reference<XResource> SAL_CALL PresenterViewFactory::createResource (
ThrowIfDisposed();
Reference<XResource> xView;
-
+
if (rxViewId.is())
{
Reference<XPane> xAnchorPane (
@@ -292,7 +292,7 @@ Reference<XResource> SAL_CALL PresenterViewFactory::createResource (
if (pDescriptor.get() != NULL)
pDescriptor->SetActivationState(true);
}
-
+
return xView;
}
@@ -398,7 +398,7 @@ Reference<XResource> PresenterViewFactory::CreateView(
const Reference<XPane>& rxAnchorPane)
{
Reference<XView> xView;
-
+
try
{
const OUString sResourceURL (rxViewId->getResourceURL());
@@ -427,7 +427,7 @@ Reference<XResource> PresenterViewFactory::CreateView(
{
xView = CreateHelpView(rxViewId);
}
-
+
// Activate it.
CachablePresenterView* pView = dynamic_cast<CachablePresenterView*>(xView.get());
if (pView != NULL)
@@ -448,12 +448,12 @@ Reference<XView> PresenterViewFactory::CreateSlideShowView(
const Reference<XResourceId>& rxViewId) const
{
Reference<XView> xView;
-
+
if ( ! mxConfigurationController.is())
return xView;
if ( ! mxComponentContext.is())
return xView;
-
+
try
{
rtl::Reference<PresenterSlideShowView> pShowView (
@@ -481,12 +481,12 @@ Reference<XView> PresenterViewFactory::CreateSlidePreviewView(
const Reference<XPane>& rxAnchorPane) const
{
Reference<XView> xView;
-
+
if ( ! mxConfigurationController.is())
return xView;
if ( ! mxComponentContext.is())
return xView;
-
+
try
{
xView = Reference<XView>(
@@ -527,12 +527,12 @@ Reference<XView> PresenterViewFactory::CreateNotesView(
{
(void)rxAnchorPane;
Reference<XView> xView;
-
+
if ( ! mxConfigurationController.is())
return xView;
if ( ! mxComponentContext.is())
return xView;
-
+
try
{
xView = Reference<XView>(static_cast<XWeak*>(
@@ -558,12 +558,12 @@ Reference<XView> PresenterViewFactory::CreateSlideSorterView(
const Reference<XResourceId>& rxViewId) const
{
Reference<XView> xView;
-
+
if ( ! mxConfigurationController.is())
return xView;
if ( ! mxComponentContext.is())
return xView;
-
+
try
{
rtl::Reference<PresenterSlideSorter> pView (