summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2009-12-11 16:17:51 +0100
committerThomas Lange [tl] <tl@openoffice.org>2009-12-11 16:17:51 +0100
commitaf8a4cf23931e9b26d31683292dfe56cec2e97cb (patch)
tree6ab56dbd984aa80629df63b947888b704414ed7d /sw/inc/unotxdoc.hxx
parent466a6474b0f79bfddeb242552a5b88a9ae42b7b0 (diff)
#i106926# fixing view settings after rendering
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rwxr-xr-xsw/inc/unotxdoc.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 45a890aeab7d..39438bbc3add 100755
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -602,12 +602,14 @@ class SwViewOptionAdjust_Impl
{
SwWrtShell & m_rShell;
SwViewOption m_aOldViewOptions;
- SwViewOption m_aRenderViewOptions; // view options to use when rendering for PDF export or printing
- bool m_bRestoreViewOptions;
+// SwViewOption m_aRenderViewOptions; // view options to use when rendering for PDF export or printing
+// bool m_bRestoreViewOptions;
public:
- SwViewOptionAdjust_Impl( SwWrtShell& rSh, const SwPrtOptions *pPrtOptions );
+ SwViewOptionAdjust_Impl( SwWrtShell& rSh, const SwViewOption &rViewOptions );
~SwViewOptionAdjust_Impl();
+
+ void AdjustViewOptions( const SwPrtOptions *pPrtOptions );
};