From 0ff593de3d5643ab3ba90342eb310dbb041ca8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 30 Mar 2005 08:28:17 +0000 Subject: [PATCH] INTEGRATION: CWS impress38 (1.21.56); FILE MERGED 2005/03/20 16:08:01 af 1.21.56.1: #i45568# Added IsRedrawLocked() method. --- sd/source/ui/view/sdview4.cxx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx index dfc26a7f6d16..0a7fb15cb83a 100644 --- a/sd/source/ui/view/sdview4.cxx +++ b/sd/source/ui/view/sdview4.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdview4.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: obo $ $Date: 2005-03-15 11:22:27 $ + * last change: $Author: rt $ $Date: 2005-03-30 09:28:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -616,6 +616,14 @@ void View::LockRedraw(BOOL bLock) } } + + + +bool View::IsRedrawLocked (void) const +{ + return nLockRedrawSmph>0; +} + /************************************************************************* |* |* StyleSheet aus der Sleketion besorgen