From 4eedcf0f433299bba307b545caf2f12e0ad103bf Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 4 Nov 2005 14:40:42 +0000 Subject: [PATCH] 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 --- padmin/source/adddlg.hxx | 7 +++++-- 1 file 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();