summaryrefslogtreecommitdiffstats
path: root/padmin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-04 14:40:42 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-04 14:40:42 +0000
commit4eedcf0f433299bba307b545caf2f12e0ad103bf (patch)
tree19c8691ee6a89ee6009ecaafd5bb2bfb2276add6 /padmin
parentINTEGRATION: CWS padminhc (1.17.16); FILE MERGED (diff)
downloadcore-4eedcf0f433299bba307b545caf2f12e0ad103bf.tar.gz
core-4eedcf0f433299bba307b545caf2f12e0ad103bf.zip
INTEGRATION: CWS padminhc (1.5.16); FILE MERGED
2005/10/31 14:19:18 pl 1.5.16.2: #i48643# forgot a const 2005/10/31 11:48:25 pl 1.5.16.1: #i48643# high contrast images for printer admin
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/adddlg.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/padmin/source/adddlg.hxx b/padmin/source/adddlg.hxx
index 3d94f95443c5..5024c055a0cc 100644
--- a/padmin/source/adddlg.hxx
+++ b/padmin/source/adddlg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: adddlg.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:22:20 $
+ * last change: $Author: kz $ $Date: 2005-11-04 15:40:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -253,6 +253,9 @@ class AddPrinterDialog : public ModalDialog
void back();
void addPrinter();
+ void updateSettings();
+ virtual void DataChanged( const DataChangedEvent& rEv );
+
public:
AddPrinterDialog( Window* pParent );
~AddPrinterDialog();