INTEGRATION: CWS dba20blocker (1.13.134); FILE MERGED
2005/07/04 08:25:59 fs 1.13.134.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/23 15:22:37 fs 1.13.134.1: copying fix for #i45899# into this CWS
This commit is contained in:
parent
3e4d300882
commit
fde082c0b7
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: generalpage.hxx,v $
|
||||
*
|
||||
* $Revision: 1.14 $
|
||||
* $Revision: 1.15 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2005-06-30 16:33:40 $
|
||||
* last change: $Author: obo $ $Date: 2005-07-08 10:39:24 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -121,7 +121,8 @@ namespace dbaui
|
|||
OpenDocumentButton m_aPB_OpenDocument;
|
||||
FixedText m_aTypePreLabel;
|
||||
FixedText m_aDatasourceTypeLabel;
|
||||
ListBox m_aDatasourceType;
|
||||
::std::auto_ptr< ListBox >
|
||||
m_pDatasourceType;
|
||||
FixedText m_aFTDataSourceAppendix;
|
||||
FixedText m_aTypePostLabel;
|
||||
FixedText m_aSpecialMessage;
|
||||
|
|
Loading…
Reference in a new issue