summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/typeselectionpage.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-02 09:46:00 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-02 09:46:00 +0000
commitae14c504ad04098989d80c8e344a974e5f553672 (patch)
tree07f0afaaae70ca608e9b581647918897fdc4ed06 /extensions/source/abpilot/typeselectionpage.cxx
parentd1fc8c8651dbc9f7efe83f2dd92692ad6327b6f5 (diff)
#88530# layout changes
Diffstat (limited to 'extensions/source/abpilot/typeselectionpage.cxx')
-rw-r--r--extensions/source/abpilot/typeselectionpage.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/extensions/source/abpilot/typeselectionpage.cxx b/extensions/source/abpilot/typeselectionpage.cxx
index 54693c8eb848..eb3c0aa9807c 100644
--- a/extensions/source/abpilot/typeselectionpage.cxx
+++ b/extensions/source/abpilot/typeselectionpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: typeselectionpage.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-08-01 11:03:10 $
+ * last change: $Author: fs $ $Date: 2001-08-02 10:45:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,10 +83,8 @@ namespace abp
//---------------------------------------------------------------------
TypeSelectionPage::TypeSelectionPage( OAddessBookSourcePilot* _pParent )
:AddressBookSourcePage(_pParent, ModuleRes(RID_PAGE_SELECTABTYPE))
- ,m_aSeparator (this, ResId(FL_SEPARATOR))
,m_aHint (this, ResId(FT_TYPE_HINTS))
,m_aTypeSep (this, ResId(FL_TYPE))
- ,m_aChooseTypeLabel (this, ResId(FT_CHOOSE_TYPE))
,m_aMORK (this, ResId(RB_MORK))
,m_aLDAP (this, ResId(RB_LDAP))
,m_aOutlook (this, ResId(RB_OUTLOOK))
@@ -220,6 +218,9 @@ namespace abp
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/08/01 11:03:10 fs
+ * initial checkin - address book auto pilot - type selection page
+ *
*
* Revision 1.0 26.07.01 09:11:48 fs
************************************************************************/