summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/bitmapaction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/mtfrenderer/bitmapaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/bitmapaction.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/cppcanvas/source/mtfrenderer/bitmapaction.hxx b/cppcanvas/source/mtfrenderer/bitmapaction.hxx
index e6c7b83ee626..f3bb34736d88 100644
--- a/cppcanvas/source/mtfrenderer/bitmapaction.hxx
+++ b/cppcanvas/source/mtfrenderer/bitmapaction.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
@@ -40,8 +40,8 @@ class BitmapEx;
/* Definition of internal::BitmapActionFactory class */
-namespace cppcanvas
-{
+namespace cppcanvas
+{
namespace internal
{
struct OutDevState;
@@ -57,16 +57,16 @@ namespace cppcanvas
{
public:
/// Unscaled bitmap action, only references destination point
- static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
- const ::basegfx::B2DPoint& rDstPoint,
- const CanvasSharedPtr&,
- const OutDevState& );
-
+ static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
+ const ::basegfx::B2DPoint& rDstPoint,
+ const CanvasSharedPtr&,
+ const OutDevState& );
+
/// Scaled bitmap action, dest point and dest size
static ActionSharedPtr createBitmapAction( const ::BitmapEx&,
- const ::basegfx::B2DPoint& rDstPoint,
+ const ::basegfx::B2DPoint& rDstPoint,
const ::basegfx::B2DVector& rDstSize,
- const CanvasSharedPtr&,
+ const CanvasSharedPtr&,
const OutDevState& );
private: