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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterFrameworkObserver.cxx b/sdext/source/presenter/PresenterFrameworkObserver.cxx
index e2bdcef71250..6bb3a8d9fe0a 100644
--- a/sdext/source/presenter/PresenterFrameworkObserver.cxx
+++ b/sdext/source/presenter/PresenterFrameworkObserver.cxx
@@ -121,7 +121,7 @@ void SAL_CALL PresenterFrameworkObserver::notifyConfigurationChange (
Action aAction (maAction);
Predicate aPredicate (maPredicate);
- if (rEvent.Type.equals("ConfigurationUpdateEnd"))
+ if (rEvent.Type == "ConfigurationUpdateEnd")
{
Shutdown();
aAction(aPredicate);