From 1a38f7b9aea5d36570ef045cb13e0a4ad1446c7b Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Mar 2008 15:52:34 +0000 Subject: INTEGRATION: CWS vcl86_DEV300 (1.4.138); FILE MERGED 2008/01/16 17:28:41 pl 1.4.138.1: #i83676# add GUI for external dialog and resp. command line --- padmin/source/cmddlg.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'padmin') diff --git a/padmin/source/cmddlg.hxx b/padmin/source/cmddlg.hxx index 76cac8007c94..d21fa8e339e0 100644 --- a/padmin/source/cmddlg.hxx +++ b/padmin/source/cmddlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cmddlg.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:22:57 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:52:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,6 +93,9 @@ private: RTSDialog* m_pParent; ComboBox m_aCommandsCB; + CheckBox m_aExternalCB; + FixedText m_aQuickFT; + ComboBox m_aQuickCB; FixedLine m_aCommandTitle; FixedText m_aPrinterName; FixedText m_aConnectedTo; @@ -121,6 +124,7 @@ private: bool m_bWasFax; bool m_bWasPdf; + bool m_bWasExternalDialog; DECL_LINK( DoubleClickHdl, ComboBox* ); DECL_LINK( ClickBtnHdl, Button* ); -- cgit v1.2.3