diff options
author | Oliver Specht <oliver.specht@cib.de> | 2016-05-13 16:26:42 +0200 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2016-05-16 12:15:37 +0000 |
commit | d41d8383b783f048af626acb9460a9c973a5ee8d (patch) | |
tree | 14542d5ced2bde9754225da145d52d7987972277 /sw/inc/unotxdoc.hxx | |
parent | 689e53de62e83c17df592b3d020599acd2b41a4e (diff) |
tdf#64748: added placeholder option to pdf export dialog in Writer
This patch introduces a setting 'Export placeholders' to File/Export as PDF.
It works like the related printer setting.
Change-Id: I3a11a4601b1244b57e55c9b73b58116d355e105c
Reviewed-on: https://gerrit.libreoffice.org/24976
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index 381a3566bb2d..8ab856777a4a 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -609,7 +609,7 @@ class SwViewOptionAdjust_Impl public: SwViewOptionAdjust_Impl( SwViewShell& rSh, const SwViewOption &rViewOptions ); ~SwViewOptionAdjust_Impl(); - void AdjustViewOptions( SwPrintData const* const pPrtOptions ); + void AdjustViewOptions( SwPrintData const* const pPrtOptions, bool setShowPlaceHoldersInPDF ); bool checkShell( const SwViewShell& rCompare ) const { return &rCompare == m_pShell; } void DontTouchThatViewShellItSmellsFunny() { m_pShell = nullptr; } |