summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:53:38 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:53:38 +0000
commit4ba604318440e20d0fd27fc3cacf817d5fb1f759 (patch)
tree2afab16f883844631c855d371f3766f9fb18ae7b /padmin
parent8d3271d1ba40bc647c1d009504dc2d2b45265ea8 (diff)
INTEGRATION: CWS vcl86_DEV300 (1.10.82); FILE MERGED
2008/02/20 17:38:08 pl 1.10.82.1: #i83676# add disable CUPS option for the very few people who want that
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/padialog.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/padmin/source/padialog.hxx b/padmin/source/padialog.hxx
index bf6eb57cbd59..3a287019a69e 100644
--- a/padmin/source/padialog.hxx
+++ b/padmin/source/padialog.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: padialog.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 12:16:45 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:53:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,6 +91,9 @@ namespace padmin {
FixedText m_aCommentTxt;
FixedText m_aComment;
+ FixedLine m_aCUPSFL;
+ CheckBox m_aCUPSCB;
+
FixedLine m_aSepButtonFL;
PushButton m_aAddPB;
PushButton m_aFontsPB;