summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2007-12-13 15:43:09 +0000
committerArmin Weiss <aw@openoffice.org>2007-12-13 15:43:09 +0000
commit9eb0f8b0cc4b61c3c99cc19e015f176498468cce (patch)
tree925eedc6fab04c5004438824d6503c3508fa6823 /drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
parentbef36f803dca58d8ac35dd921e7a5f7dcdc9e758 (diff)
#i39532# AA work for unxlngi6
Diffstat (limited to 'drawinglayer/source/processor2d/vclhelperbufferdevice.cxx')
-rw-r--r--drawinglayer/source/processor2d/vclhelperbufferdevice.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index b257aef16e7b..03a47e2a1e58 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclhelperbufferdevice.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2007-11-07 14:27:27 $
+ * last change: $Author: aw $ $Date: 2007-12-13 16:43:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -150,7 +150,8 @@ namespace drawinglayer
mpAlpha->SetOutputSizePixel(maDestPixel.GetSize(), true);
mpAlpha->SetMapMode(maContent.GetMapMode());
- // do NOT copy AA flag for alpha!
+ // copy AA flag for new target; masking needs to be smooth
+ mpAlpha->SetAntialiasing(maContent.GetAntialiasing());
}
return *mpAlpha;