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
This commit is contained in:
Kurt Zenker 2005-11-04 14:40:42 +00:00
parent 212b4076af
commit 4eedcf0f43

View file

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