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();