summaryrefslogtreecommitdiff
path: root/sw/inc/pagepreviewlayout.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-01-07 15:32:51 +0000
committerRüdiger Timm <rt@openoffice.org>2004-01-07 15:32:51 +0000
commitb0b720910cf3ea008d498627c612f48f1fdcd9d7 (patch)
tree3c91cd26c59878671ac2ec27569668c376f24ece /sw/inc/pagepreviewlayout.hxx
parentb7164c321c128808adb77f7b52e24d99abf28d5d (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/inc/pagepreviewlayout.hxx')
-rw-r--r--sw/inc/pagepreviewlayout.hxx5
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#