summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 16:46:20 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 16:46:20 +0000
commitc77c85010ee20c0fcb122dd08856512e06cc9c47 (patch)
tree154a5cebde8d302c6ae0285f09e089a58cf0f721 /svx
parent99292c2c5391ab568707069c828ba2939d83c7ce (diff)
INTEGRATION: CWS aw008 (1.3.32); FILE MERGED
2004/02/11 17:12:49 aw 1.3.32.1: #114938#
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/contact/displayinfo.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/sdr/contact/displayinfo.cxx b/svx/source/sdr/contact/displayinfo.cxx
index 401e7e350d59..aa1447ea286e 100644
--- a/svx/source/sdr/contact/displayinfo.cxx
+++ b/svx/source/sdr/contact/displayinfo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: displayinfo.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-12-16 13:08:20 $
+ * last change: $Author: kz $ $Date: 2004-02-26 17:46:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,7 @@ namespace sdr
mpExtOutputDevice(0L),
mpPaintInfoRec(0L),
mpRootVOC(0L),
- mbTemporaryPaintPage(sal_False),
+ mbControlLayerPainting(sal_False),
mbPagePainting(sal_True),
mbGhostedDrawModeActive(sal_False),
mbBufferingAllowed(sal_True),
@@ -239,17 +239,17 @@ namespace sdr
return sal_False;
}
- void DisplayInfo::SetTemporaryPaintPage(sal_Bool bDoPaint)
+ void DisplayInfo::SetControlLayerPainting(sal_Bool bDoPaint)
{
- if(mbTemporaryPaintPage != bDoPaint)
+ if(mbControlLayerPainting != bDoPaint)
{
- mbTemporaryPaintPage = bDoPaint;
+ mbControlLayerPainting = bDoPaint;
}
}
- sal_Bool DisplayInfo::GetTemporaryPaintPage() const
+ sal_Bool DisplayInfo::GetControlLayerPainting() const
{
- return mbTemporaryPaintPage;
+ return mbControlLayerPainting;
}
void DisplayInfo::SetPagePainting(sal_Bool bDoPaint)