summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/attributableshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/attributableshape.hxx')
-rw-r--r--slideshow/source/inc/attributableshape.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/slideshow/source/inc/attributableshape.hxx b/slideshow/source/inc/attributableshape.hxx
index ee20974c2a13..1efba90b7205 100644
--- a/slideshow/source/inc/attributableshape.hxx
+++ b/slideshow/source/inc/attributableshape.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
@@ -118,7 +118,7 @@ namespace slideshow
@return the topmost layer
*/
virtual ShapeAttributeLayerSharedPtr getTopmostAttributeLayer() const = 0;
-
+
/** Change default shape visibility
@@ -130,8 +130,8 @@ namespace slideshow
When true, shape will be visible, when false,
invisible (modulo attribute layer overrides).
*/
- virtual void setVisibility( bool bVisible ) = 0;
-
+ virtual void setVisibility( bool bVisible ) = 0;
+
// Sub-item handling
//------------------------------------------------------------------
@@ -142,7 +142,7 @@ namespace slideshow
to request specific tree nodes for this shape.
*/
virtual const DocTreeNodeSupplier& getTreeNodeSupplier() const = 0;
- virtual DocTreeNodeSupplier& getTreeNodeSupplier() = 0;
+ virtual DocTreeNodeSupplier& getTreeNodeSupplier() = 0;
/** Query the subset this shape displays.
@@ -192,7 +192,7 @@ namespace slideshow
@attention To maintain view integrity, this method
should only be called from the LayerManager
-
+
@param o_rSubset
The requested Shape
@@ -203,8 +203,8 @@ namespace slideshow
@return true, if the shape was newly created, and
false, if an already existing subset is returned.
*/
- virtual bool createSubset( AttributableShapeSharedPtr& o_rSubset,
- const DocTreeNode& rTreeNode ) = 0;
+ virtual bool createSubset( AttributableShapeSharedPtr& o_rSubset,
+ const DocTreeNode& rTreeNode ) = 0;
/** Revoke a previously generated shape subset.