summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 10:47:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 10:47:26 +0000
commit038d13e11ee098e9d2be9ef110dd6d31372c95d4 (patch)
tree90d2c14dd8dcad39d117438e8e6ed66934c92897 /sd
parentfc42e2f18a0b1ff7236bf7d73cf55a8f19cc544b (diff)
INTEGRATION: CWS aw046 (1.57.32); FILE MERGED
2007/04/03 11:09:11 aw 1.57.32.1: #i74769# Added support for PaintBuffer
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/sdview.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx
index 2de9b89cafd9..bb7a3b4e6cb0 100644
--- a/sd/source/ui/view/sdview.cxx
+++ b/sd/source/ui/view/sdview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdview.cxx,v $
*
- * $Revision: 1.57 $
+ * $Revision: 1.58 $
*
- * last change: $Author: kz $ $Date: 2007-02-12 14:32:41 $
+ * last change: $Author: hr $ $Date: 2007-06-26 11:47:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -195,11 +195,12 @@ View::View(SdDrawDocument* pDrawDoc, OutputDevice* pOutDev,
mbIsDropAllowed(TRUE),
mpClipboard (new ViewClipboard (*this))
{
- // #114898#
- SetBufferedOutputAllowed(true);
// #i73602# Use default from the configuration
SetBufferedOverlayAllowed(getOptionsDrawinglayer().IsOverlayBuffer_DrawImpress());
+ // #i74769#, #i75172# Use default from the configuration
+ SetBufferedOutputAllowed(getOptionsDrawinglayer().IsPaintBuffer_DrawImpress());
+
EnableExtendedKeyInputDispatcher(FALSE);
EnableExtendedMouseEventDispatcher(FALSE);
EnableExtendedCommandEventDispatcher(FALSE);