summaryrefslogtreecommitdiffstats
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-09-30 16:03:07 +0200
committerMichael Stahl <mst@openoffice.org>2010-09-30 16:03:07 +0200
commit5104cfc4b35a32ff3871dcd8f60079ceff2a608d (patch)
treee5ad65d9c029d08ec3a65a98bd242528ce519641 /sw/inc/unotxdoc.hxx
parentsw34refactor1: remove obsolete (printer refactoring) ViewShell::CreatePrtDoc() (diff)
downloadcore-5104cfc4b35a32ff3871dcd8f60079ceff2a608d.tar.gz
core-5104cfc4b35a32ff3871dcd8f60079ceff2a608d.zip
sw34refactor1: remove obsolete (due to printer refactoring) class SwPrtOptions:
remove SwPrtOptions instances with SwPrintData. replace SwPrtOptions::MakeOptions() with sw::InitPrintOptionsFromApplication(). move some constants from swprtopt.hxx to printdata.hxx. remove swprtopt.hxx.
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--[-rwxr-xr-x]sw/inc/unotxdoc.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index b50d5b0a1b76..2869415d3978 100755..100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -129,7 +129,6 @@ class SfxViewFrame;
class SwPrintUIOptions;
class SwPrintData;
class SwRenderData;
-class SwPrtOptions;
class SwWrtShell;
@@ -606,7 +605,7 @@ public:
SwViewOptionAdjust_Impl( SwWrtShell& rSh, const SwViewOption &rViewOptions );
~SwViewOptionAdjust_Impl();
- void AdjustViewOptions( const SwPrtOptions *pPrtOptions );
+ void AdjustViewOptions( SwPrintData const*const pPrtOptions );
bool checkShell( const SwWrtShell& rCompare ) const
{ return &rCompare == &m_rShell; }