summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterFrameworkObserver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterFrameworkObserver.cxx')
-rw-r--r--sdext/source/presenter/PresenterFrameworkObserver.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterFrameworkObserver.cxx b/sdext/source/presenter/PresenterFrameworkObserver.cxx
index 3142d7606fb2..0e6819d288c3 100644
--- a/sdext/source/presenter/PresenterFrameworkObserver.cxx
+++ b/sdext/source/presenter/PresenterFrameworkObserver.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
@@ -55,7 +55,7 @@ PresenterFrameworkObserver::PresenterFrameworkObserver (
{
if ( ! mxConfigurationController.is())
throw lang::IllegalArgumentException();
-
+
if (mxConfigurationController->hasPendingRequests())
{
if (rsEventName.getLength() > 0)
@@ -171,7 +171,7 @@ void SAL_CALL PresenterFrameworkObserver::disposing (const lang::EventObject& rE
{
if ( ! rEvent.Source.is())
return;
-
+
if (rEvent.Source == mxConfigurationController)
{
mxConfigurationController = NULL;
@@ -188,7 +188,7 @@ void SAL_CALL PresenterFrameworkObserver::notifyConfigurationChange (
throw (RuntimeException)
{
bool bDispose(false);
-
+
Action aAction (maAction);
Predicate aPredicate (maPredicate);
if (rEvent.Type.equals(A2S("ConfigurationUpdateEnd")))