summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx')
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx b/drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx
index d1529aee6acf..4362ea66e54d 100644
--- a/drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx
+++ b/drawinglayer/source/processor2d/vclhelperbitmaptransform.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
@@ -34,8 +34,8 @@
//////////////////////////////////////////////////////////////////////////////
// predefines
-namespace basegfx {
- class B2DHomMatrix;
+namespace basegfx {
+ class B2DHomMatrix;
class BColorModifierStack;
}
@@ -45,12 +45,12 @@ namespace basegfx {
namespace drawinglayer
{
BitmapEx impTransformBitmapEx(
- const BitmapEx& rSource,
- const Rectangle& rCroppedRectPixel,
+ const BitmapEx& rSource,
+ const Rectangle& rCroppedRectPixel,
const basegfx::B2DHomMatrix& rTransform);
BitmapEx impModifyBitmapEx(
- const basegfx::BColorModifierStack& rBColorModifierStack,
+ const basegfx::BColorModifierStack& rBColorModifierStack,
const BitmapEx& rSource);
} // end of namespace drawinglayer