diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-10-11 07:48:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-10-11 07:48:14 +0000 |
commit | e2b5f6436b458b5ba62819d2fee25f3299ac9f2d (patch) | |
tree | 9fc6ef8ced020d9eb93990c0e738f450a02385c1 /slideshow | |
parent | a23a2963bfd0b705c8f04101d584a16d4e03e778 (diff) |
INTEGRATION: CWS presfixes08 (1.4.10); FILE MERGED
2005/07/15 12:59:56 dbo 1.4.10.1: #i37786# drawing layer animations, cleanup
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/inc/attributableshape.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/slideshow/source/inc/attributableshape.hxx b/slideshow/source/inc/attributableshape.hxx index 8b6fc40aa761..9437ecf4c079 100644 --- a/slideshow/source/inc/attributableshape.hxx +++ b/slideshow/source/inc/attributableshape.hxx @@ -4,9 +4,9 @@ * * $RCSfile: attributableshape.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:07:07 $ + * last change: $Author: obo $ $Date: 2005-10-11 08:48:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -141,7 +141,6 @@ namespace presentation */ virtual void setVisibility( bool bVisible ) = 0; - // Sub-item handling //------------------------------------------------------------------ @@ -233,9 +232,6 @@ namespace presentation */ virtual bool revokeSubset( const AttributableShapeSharedPtr& rShape ) = 0; }; - - typedef ::boost::shared_ptr< AttributableShape > AttributableShapeSharedPtr; - } } |