summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/externalshapebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/externalshapebase.hxx')
-rw-r--r--slideshow/source/engine/shapes/externalshapebase.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/slideshow/source/engine/shapes/externalshapebase.hxx b/slideshow/source/engine/shapes/externalshapebase.hxx
index ecde71bc7b54..8e415fcc394d 100644
--- a/slideshow/source/engine/shapes/externalshapebase.hxx
+++ b/slideshow/source/engine/shapes/externalshapebase.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
@@ -65,13 +65,13 @@ namespace slideshow
Externally-determined shape priority (used e.g. for
paint ordering). This number _must be_ unique!
*/
- ExternalShapeBase( const ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShape >& xShape,
- double nPrio,
+ ExternalShapeBase( const ::com::sun::star::uno::Reference<
+ ::com::sun::star::drawing::XShape >& xShape,
+ double nPrio,
const SlideShowContext& rContext ); // throw ShapeLoadFailedException;
virtual ~ExternalShapeBase();
- virtual ::com::sun::star::uno::Reference<
+ virtual ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape > getXShape() const;
// animation methods
@@ -93,7 +93,7 @@ namespace slideshow
// Shape attributes
//------------------------------------------------------------------
-
+
virtual ::basegfx::B2DRectangle getBounds() const;
virtual ::basegfx::B2DRectangle getDomBounds() const;
virtual ::basegfx::B2DRectangle getUpdateArea() const;
@@ -102,7 +102,7 @@ namespace slideshow
virtual bool isBackgroundDetached() const;
protected:
- const ::com::sun::star::uno::Reference<
+ const ::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext> mxComponentContext;
private:
@@ -129,7 +129,7 @@ namespace slideshow
/// The associated XShape
- ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxShape;
+ ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxShape;
boost::shared_ptr<ExternalShapeBaseListener> mpListener;
@@ -137,8 +137,8 @@ namespace slideshow
EventMultiplexer& mrEventMultiplexer;
// The attributes of this Shape
- const double mnPriority;
- ::basegfx::B2DRectangle maBounds;
+ const double mnPriority;
+ ::basegfx::B2DRectangle maBounds;
};
}
}