diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:52:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:52:34 +0000 |
commit | 1a38f7b9aea5d36570ef045cb13e0a4ad1446c7b (patch) | |
tree | b9b760f19c14bb2000f93545d026c8e11664fa29 /padmin | |
parent | fce59829526e672fe40a445d3b23cd4775704187 (diff) |
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
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/cmddlg.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
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* ); |