summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/prnsetup.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-13 22:14:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-14 08:19:56 +0200
commit2b4d711e0f716f727b4e7b10d4ba21fa7b8e8412 (patch)
tree1eb0503bb620d22ae3fb4fd3ef541ccd08c2bde2 /svtools/source/dialogs/prnsetup.cxx
parentc57d50dc6309a444c1ca2ef4dc75b71ea924c8ac (diff)
callcatcher: remove PrinterSetupDialog::GetOptionsHdl
Diffstat (limited to 'svtools/source/dialogs/prnsetup.cxx')
-rw-r--r--svtools/source/dialogs/prnsetup.cxx5
1 files changed, 0 insertions, 5 deletions
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);