summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/unoview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/unoview.hxx')
-rw-r--r--slideshow/source/inc/unoview.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/slideshow/source/inc/unoview.hxx b/slideshow/source/inc/unoview.hxx
index 51c638cf311d..6ac02b6d220a 100644
--- a/slideshow/source/inc/unoview.hxx
+++ b/slideshow/source/inc/unoview.hxx
@@ -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
@@ -58,9 +58,9 @@ namespace slideshow
/** Retrieve the underlying UNO slide view.
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::presentation::XSlideShowView > getUnoView() const = 0;
-
+
/** Dispose view
-
+
This needs to be different from Disposable interface,
as the UNO XComponent also provides a dispose() (only
with a different calling convention under Windows).
@@ -78,8 +78,8 @@ namespace slideshow
virtual void setIsSoundEnabled (const bool bValue) = 0;
};
- typedef ::boost::shared_ptr< UnoView > UnoViewSharedPtr;
- typedef ::std::vector< UnoViewSharedPtr > UnoViewVector;
+ typedef ::boost::shared_ptr< UnoView > UnoViewSharedPtr;
+ typedef ::std::vector< UnoViewSharedPtr > UnoViewVector;
}
}