summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/subsettableshapemanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/subsettableshapemanager.hxx')
-rw-r--r--slideshow/source/inc/subsettableshapemanager.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/slideshow/source/inc/subsettableshapemanager.hxx b/slideshow/source/inc/subsettableshapemanager.hxx
index f80777adee80..00ce34b2c793 100644
--- a/slideshow/source/inc/subsettableshapemanager.hxx
+++ b/slideshow/source/inc/subsettableshapemanager.hxx
@@ -1,7 +1,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
@@ -70,7 +70,7 @@ namespace slideshow
@param rSubsetShape
The subset to display in the generated shape.
*/
- virtual boost::shared_ptr<AttributableShape> getSubsetShape(
+ virtual boost::shared_ptr<AttributableShape> getSubsetShape(
const boost::shared_ptr<AttributableShape>& rOrigShape,
const DocTreeNode& rTreeNode ) = 0;
@@ -87,7 +87,7 @@ namespace slideshow
@param rSubsetShape
The subset created from rOrigShape
*/
- virtual void revokeSubset(
+ virtual void revokeSubset(
const boost::shared_ptr<AttributableShape>& rOrigShape,
const boost::shared_ptr<AttributableShape>& rSubsetShape ) = 0;
@@ -95,7 +95,7 @@ namespace slideshow
/** Register an event handler that will be called when
user paint parameters change.
-
+
@param rHandler
Handler to call when a shape listener changes
*/
@@ -103,7 +103,7 @@ namespace slideshow
virtual void removeIntrinsicAnimationHandler( const IntrinsicAnimationEventHandlerSharedPtr& rHandler ) = 0;
/** Notify that shape-intrinsic animations are now enabled.
-
+
@return true, if this event was processed by
anybody. If false is returned, no handler processed
this event (and probably, nothing will happen at all)
@@ -111,7 +111,7 @@ namespace slideshow
virtual bool notifyIntrinsicAnimationsEnabled() = 0;
/** Notify that shape-intrinsic animations are now disabled.
-
+
@return true, if this event was processed by
anybody. If false is returned, no handler processed
this event (and probably, nothing will happen at all)