summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/slidebitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/slidebitmap.hxx')
-rw-r--r--slideshow/source/inc/slidebitmap.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/slideshow/source/inc/slidebitmap.hxx b/slideshow/source/inc/slidebitmap.hxx
index a80751a1e677..5f7f5e4d693a 100644
--- a/slideshow/source/inc/slidebitmap.hxx
+++ b/slideshow/source/inc/slidebitmap.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
@@ -71,22 +71,22 @@ namespace slideshow
public:
SlideBitmap( const ::cppcanvas::BitmapSharedPtr& rBitmap );
- bool draw( const ::cppcanvas::CanvasSharedPtr& rCanvas ) const;
- ::basegfx::B2ISize getSize() const;
+ bool draw( const ::cppcanvas::CanvasSharedPtr& rCanvas ) const;
+ ::basegfx::B2ISize getSize() const;
::basegfx::B2DPoint getOutputPos() const{return maOutputPos;}
- void move( const ::basegfx::B2DPoint& rNewPos );
- void clip( const ::basegfx::B2DPolyPolygon& rClipPoly );
-
+ void move( const ::basegfx::B2DPoint& rNewPos );
+ void clip( const ::basegfx::B2DPolyPolygon& rClipPoly );
+
::com::sun::star::uno::Reference<
::com::sun::star::rendering::XBitmap > getXBitmap();
private:
- ::basegfx::B2DPoint maOutputPos;
- ::basegfx::B2DPolyPolygon maClipPoly;
+ ::basegfx::B2DPoint maOutputPos;
+ ::basegfx::B2DPolyPolygon maClipPoly;
// TODO(Q2): Remove UNO bitmap as the transport medium
::com::sun::star::uno::Reference<
- ::com::sun::star::rendering::XBitmap > mxBitmap;
+ ::com::sun::star::rendering::XBitmap > mxBitmap;
};
typedef ::boost::shared_ptr< SlideBitmap > SlideBitmapSharedPtr;