diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:38:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 12:38:39 +0000 |
commit | e2bf3dfb357783af33b0307c2ab3dd813ce7284c (patch) | |
tree | ac7f47e9ffdf6a6a9d4dbcbcf9816684ec96f083 /extensions/source | |
parent | 3f4fc891ef6a5c7bea0bf6e34ac7797f80cda18a (diff) |
INTEGRATION: CWS qwizards1 (1.4.54); FILE MERGED
2004/04/05 12:50:07 fs 1.4.54.1: #i27457# must changes in the base class
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/abpilot/typeselectionpage.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/abpilot/typeselectionpage.hxx b/extensions/source/abpilot/typeselectionpage.hxx index 1b2b44dc8c24..0eece9fe2b93 100644 --- a/extensions/source/abpilot/typeselectionpage.hxx +++ b/extensions/source/abpilot/typeselectionpage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: typeselectionpage.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2003-06-02 08:04:29 $ + * last change: $Author: kz $ $Date: 2004-05-19 13:38:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,9 @@ namespace abp public: TypeSelectionPage( OAddessBookSourcePilot* _pParent ); + // retrieves the currently selected type + AddressSourceType getSelectedType(); + protected: // OWizardPage overridables virtual void initializePage(); @@ -111,7 +114,6 @@ namespace abp DECL_LINK( OnTypeSelected, void* ); void selectType( AddressSourceType _eType ); - AddressSourceType getSelectedType( ); }; //......................................................................... |