diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-03-30 08:25:32 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-03-30 08:25:32 +0000 |
commit | cbc89461a19deb2dac5917390ad3623a98ae7d99 (patch) | |
tree | d7d77bea7639a8916c0d481d2d2e72dc0378d9c2 /sd | |
parent | b934fa2eefa2d5988f176811d5cc254596d4b0ba (diff) |
INTEGRATION: CWS impress38 (1.9.30); FILE MERGED
2005/03/20 16:00:14 af 1.9.30.1: #i45568# New IsRedrawLocked() method.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/View.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 54b3e05da..e11c4fa66 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -2,9 +2,9 @@ * * $RCSfile: View.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2005-02-16 16:57:09 $ + * last change: $Author: rt $ $Date: 2005-03-30 09:25:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,6 +196,7 @@ public: VirtualDevice* CreatePageVDev(USHORT nSdPage, PageKind ePageKind, ULONG nWidthPixel); void LockRedraw(BOOL bLock); + bool IsRedrawLocked (void) const; BOOL IsMorphingAllowed() const; BOOL IsVectorizeAllowed() const; |