diff options
author | Jonathan Pryor <jpryor@novell.com> | 2010-09-15 12:01:56 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-15 14:09:37 +0200 |
commit | 7e905a8c791eee19d905f6655e4d5f0eeded38a2 (patch) | |
tree | 61303556c1e39694ad952f33f865c1e13312d2cc /sc/source/ui/inc | |
parent | 833272e9bb6220b63e6d1674283855cd12311bee (diff) |
sc-print-selected-sheets.diff: Make Print Preview consistent with Print output
n#335684, i#45497
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/preview.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx index 87d15dcdaf86..41f62c2ce9fc 100644 --- a/sc/source/ui/inc/preview.hxx +++ b/sc/source/ui/inc/preview.hxx @@ -63,6 +63,8 @@ private: ScPreviewLocationData* pLocationData; // stores table layout for accessibility API FmFormView* pDrawView; + SCTAB nCurTab; + // intern: BOOL bInPaint; BOOL bInGetState; |