summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideshowcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slideshowcontext.cxx')
-rw-r--r--slideshow/source/engine/slideshowcontext.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/slideshow/source/engine/slideshowcontext.cxx b/slideshow/source/engine/slideshowcontext.cxx
index ee2ef90c4619..cbca36848751 100644
--- a/slideshow/source/engine/slideshowcontext.cxx
+++ b/slideshow/source/engine/slideshowcontext.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 @@ SlideShowContext::SlideShowContext( SubsettableShapeManagerSharedPtr& rSubsettab
UserEventQueue& rUserEventQueue,
CursorManager& rCursorManager,
const UnoViewContainer& rViewContainer,
- const uno::Reference<
+ const uno::Reference<
uno::XComponentContext>& rComponentContext ) :
mpSubsettableShapeManager( rSubsettableShapeManager ),
mrEventQueue( rEventQueue ),
@@ -68,9 +68,9 @@ SlideShowContext::SlideShowContext( SubsettableShapeManagerSharedPtr& rSubsettab
mxComponentContext( rComponentContext )
{}
-void SlideShowContext::dispose()
-{
- mxComponentContext.clear();
+void SlideShowContext::dispose()
+{
+ mxComponentContext.clear();
}
} // namespace internal