diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-14 15:23:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-15 09:37:32 +0200 |
commit | 662084d5cb0256a1e2f4654b0dcf78930dfd38fc (patch) | |
tree | 6b895ec5749763d66e8d6e66a11f1dc01dc4a791 /include/vcl/print.hxx | |
parent | 8491065b9a673450bd62d8b837540d879f5ce07e (diff) |
remove Link<> field that is never Call()'ed
Change-Id: I416734c7c42709438e3bdcdb8922ce4ec576c95a
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r-- | include/vcl/print.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index 2eac9719bc42..4f4f223018ec 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -534,7 +534,6 @@ public: VCL_PLUGIN_PUBLIC PageSize getFilteredPageFile( int i_nFilteredPage, GDIMetaFile& o_rMtf, bool i_bMayUseCache = false ); VCL_PLUGIN_PUBLIC void printFilteredPage( int i_nPage ); SAL_DLLPRIVATE void setPrinter( const VclPtr<Printer>& ); - SAL_DLLPRIVATE void setOptionChangeHdl( const Link<>& ); VCL_PLUGIN_PUBLIC void createProgressDialog(); VCL_PLUGIN_PUBLIC bool isProgressCanceled() const; SAL_DLLPRIVATE void setMultipage( const MultiPageSetup& ); |