summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/shapesubset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/shapesubset.hxx')
-rw-r--r--slideshow/source/inc/shapesubset.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/slideshow/source/inc/shapesubset.hxx b/slideshow/source/inc/shapesubset.hxx
index a68e8e446e6b..2ae2196c1158 100644
--- a/slideshow/source/inc/shapesubset.hxx
+++ b/slideshow/source/inc/shapesubset.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
@@ -69,8 +69,8 @@ namespace slideshow
Manager object, where subsets are
registered/unregistered
*/
- ShapeSubset( const AttributableShapeSharedPtr& rOriginalShape,
- const DocTreeNode& rTreeNode,
+ ShapeSubset( const AttributableShapeSharedPtr& rOriginalShape,
+ const DocTreeNode& rTreeNode,
const SubsettableShapeManagerSharedPtr& rSubsetManager );
/** Create a subset from another subset.
@@ -86,8 +86,8 @@ namespace slideshow
@param rTreeNode
Subset of the original subset
*/
- ShapeSubset( const ShapeSubsetSharedPtr& rOriginalSubset,
- const DocTreeNode& rTreeNode );
+ ShapeSubset( const ShapeSubsetSharedPtr& rOriginalSubset,
+ const DocTreeNode& rTreeNode );
/** Create full set for the given shape.
@@ -95,7 +95,7 @@ namespace slideshow
Original shape, which will be represented as a whole
by this object
*/
- ShapeSubset( const AttributableShapeSharedPtr& rOriginalShape,
+ ShapeSubset( const AttributableShapeSharedPtr& rOriginalShape,
const SubsettableShapeManagerSharedPtr& rShapeManager );
~ShapeSubset();
@@ -105,7 +105,7 @@ namespace slideshow
If the subset is currently revoked, this method
returns the original shape.
*/
- AttributableShapeSharedPtr getSubsetShape() const;
+ AttributableShapeSharedPtr getSubsetShape() const;
/** Enable the subset shape.
@@ -116,7 +116,7 @@ namespace slideshow
@return true, if subsetting was successfully enabled.
*/
- bool enableSubsetShape();
+ bool enableSubsetShape();
/** Disable the subset shape.
@@ -124,7 +124,7 @@ namespace slideshow
shape. That means, the original shape will again show
the hidden range.
*/
- void disableSubsetShape();
+ void disableSubsetShape();
/** Query whether this subset actually is none, but
contains the whole original shape's content
@@ -140,7 +140,7 @@ namespace slideshow
//ShapeSubset(const ShapeSubset&);
//ShapeSubset& operator=( const ShapeSubset& );
- AttributableShapeSharedPtr mpOriginalShape;
+ AttributableShapeSharedPtr mpOriginalShape;
AttributableShapeSharedPtr mpSubsetShape;
DocTreeNode maTreeNode;
SubsettableShapeManagerSharedPtr mpShapeManager;