diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-13 22:14:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-14 08:19:56 +0200 |
commit | 2b4d711e0f716f727b4e7b10d4ba21fa7b8e8412 (patch) | |
tree | 1eb0503bb620d22ae3fb4fd3ef541ccd08c2bde2 | |
parent | c57d50dc6309a444c1ca2ef4dc75b71ea924c8ac (diff) |
callcatcher: remove PrinterSetupDialog::GetOptionsHdl
-rw-r--r-- | svtools/inc/svtools/prnsetup.hxx | 1 | ||||
-rw-r--r-- | svtools/source/dialogs/prnsetup.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/svtools/inc/svtools/prnsetup.hxx b/svtools/inc/svtools/prnsetup.hxx index a7155032a238..4fc096c5a85e 100644 --- a/svtools/inc/svtools/prnsetup.hxx +++ b/svtools/inc/svtools/prnsetup.hxx @@ -90,7 +90,6 @@ public: virtual short Execute(); void SetOptionsHdl( const Link& rLink ); - const Link& GetOptionsHdl() const; }; // -------------------------------------- diff --git a/svtools/source/dialogs/prnsetup.cxx b/svtools/source/dialogs/prnsetup.cxx index 728d0e6ea5c7..1c39b8e6f70d 100644 --- a/svtools/source/dialogs/prnsetup.cxx +++ b/svtools/source/dialogs/prnsetup.cxx @@ -281,11 +281,6 @@ void PrinterSetupDialog::SetOptionsHdl( const Link& rLink ) maBtnOptions.Show( rLink.IsSet() ); } -const Link& PrinterSetupDialog::GetOptionsHdl() const -{ - return maBtnOptions.GetClickHdl(); -} - void PrinterSetupDialog::ImplSetInfo() { const QueueInfo* pInfo = Printer::GetQueueInfo(maLbName.GetSelectEntry(), true); |