diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-01-11 11:15:25 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-03-24 22:40:32 +0100 |
commit | 4ba9bf6ad0e7383e0af421a5fea79e3b9d34fce6 (patch) | |
tree | 575194112c43f41b4565c6424cb1475126e1fba7 /include | |
parent | e7fb8dc9a3c2f40823b2b0c12c7962dc408092cc (diff) |
Revert "tdf93236 N-UP printing in combination 1/4"
Whole subject was: "tdf93236 N-UP printing in with mailmerge broken
file-print 1/4"
This reverts all dbmgr.cxx changes, which were a result of this
commit. This patch merges the reverts for the following patches:
* "sw: remove include of sw/source/inc/uibase/dbui.hxx from dbmgr.hxx"
commit 4b01af28e6fee1ec3096ed713d1db832b3508420
* "coverity#1346891 Unused value"
commit 1876d9a807ee0b3480ab108273930897cc697d88
* "tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4"
commit d8ff907197037045fd0cb173e341f515968b65b1
Change-Id: Ic51230c484fb9ee5dba2331c51ced1d20a787afa
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/print.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index 55784a37d380..9133ed2f0b35 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -553,7 +553,7 @@ public: VCL_PLUGIN_PUBLIC void createProgressDialog(); VCL_PLUGIN_PUBLIC bool isProgressCanceled() const; SAL_DLLPRIVATE void setMultipage( const MultiPageSetup& ); - VCL_PLUGIN_PUBLIC const MultiPageSetup& + SAL_DLLPRIVATE const MultiPageSetup& getMultipage() const; VCL_PLUGIN_PUBLIC void setLastPage( bool i_bLastPage ); SAL_DLLPRIVATE void setReversePrint( bool i_bReverse ); |