summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/clippingfunctor.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:08:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:08:15 +0000
commit40fc2023ff766db8e9d0069249b6194c1ed253c5 (patch)
tree602ac404a9dbfc142fe0a83dcf0270107749f18a /slideshow/source/engine/transitions/clippingfunctor.hxx
parente9a2a60067eebc089ea1faa0dbe18b7c17e9bb06 (diff)
INTEGRATION: CWS aw033 (1.4.58); FILE MERGED
2008/05/14 14:44:41 aw 1.4.58.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/12 13:25:05 aw 1.4.58.1: #i39532# clipping changes
Diffstat (limited to 'slideshow/source/engine/transitions/clippingfunctor.hxx')
-rw-r--r--slideshow/source/engine/transitions/clippingfunctor.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/clippingfunctor.hxx b/slideshow/source/engine/transitions/clippingfunctor.hxx
index 6ec52941e049..e7aba2da5b79 100644
--- a/slideshow/source/engine/transitions/clippingfunctor.hxx
+++ b/slideshow/source/engine/transitions/clippingfunctor.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: clippingfunctor.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -84,7 +84,8 @@ namespace slideshow
private:
ParametricPolyPolygonSharedPtr mpParametricPoly;
::basegfx::B2DHomMatrix maStaticTransformation;
- ::basegfx::B2DPolyPolygon maBackgroundRect;
+ // AW: Not needed
+ // ::basegfx::B2DPolyPolygon maBackgroundRect;
bool mbForwardParameterSweep;
bool mbSubtractPolygon;
const bool mbScaleIsotrophically;