diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-01-07 15:32:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-01-07 15:32:51 +0000 |
commit | b0b720910cf3ea008d498627c612f48f1fdcd9d7 (patch) | |
tree | 3c91cd26c59878671ac2ec27569668c376f24ece /sw | |
parent | b7164c321c128808adb77f7b52e24d99abf28d5d (diff) |
INTEGRATION: CWS geordi2q12 (1.3.350); FILE MERGED
2004/01/07 12:14:46 hr 1.3.350.1: #111934#: merge CWS sw7pp2a -> SRC680
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/pagepreviewlayout.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
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<PrevwPage*> 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# |