summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/view.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/view.hxx')
-rw-r--r--slideshow/source/inc/view.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/slideshow/source/inc/view.hxx b/slideshow/source/inc/view.hxx
index 9ab6ac79576a..43fc5f90db05 100644
--- a/slideshow/source/inc/view.hxx
+++ b/slideshow/source/inc/view.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
@@ -48,7 +48,7 @@ namespace slideshow
{
public:
/** Create a new view layer for this view
-
+
@param rLayerBounds
Specifies the bound rect of the layer relative to the
user view coordinate system.
@@ -80,7 +80,7 @@ namespace slideshow
virtual void setViewSize( const ::basegfx::B2DVector& ) = 0;
/** Change the view's mouse cursor.
-
+
@param nPointerShape
One of the ::com::sun::star::awt::SystemPointer
constant group members.
@@ -88,8 +88,8 @@ namespace slideshow
virtual void setCursorShape( sal_Int16 nPointerShape ) = 0;
};
- typedef ::boost::shared_ptr< View > ViewSharedPtr;
- typedef ::std::vector< ViewSharedPtr > ViewVector;
+ typedef ::boost::shared_ptr< View > ViewSharedPtr;
+ typedef ::std::vector< ViewSharedPtr > ViewVector;
}
}