From b0b720910cf3ea008d498627c612f48f1fdcd9d7 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 7 Jan 2004 15:32:51 +0000 Subject: INTEGRATION: CWS geordi2q12 (1.3.350); FILE MERGED 2004/01/07 12:14:46 hr 1.3.350.1: #111934#: merge CWS sw7pp2a -> SRC680 --- sw/inc/pagepreviewlayout.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sw') diff --git a/sw/inc/pagepreviewlayout.hxx b/sw/inc/pagepreviewlayout.hxx index 6b6e5ddea815..0df948e93f4f 100644 --- a/sw/inc/pagepreviewlayout.hxx +++ b/sw/inc/pagepreviewlayout.hxx @@ -85,6 +85,11 @@ private: std::vector maPrevwPages; + // OD 07.11.2003 #i22014# - internal booleans to indicate, that a new print + // preview layout has been created during a paint. + mutable bool mbInPaint; + mutable bool mbNewLayoutDuringPaint; + /** clear internal data about current page preview OD 11.12.2002 #103492# -- cgit