INTEGRATION: CWS oj14 (1.4.8); FILE MERGED
2007/06/05 16:49:02 oj 1.4.8.4: merge prob 2007/06/04 18:32:52 oj 1.4.8.3: RESYNC: (1.4-1.5); FILE MERGED 2006/03/20 07:48:35 oj 1.4.8.2: use of module client helper 2006/01/03 07:49:13 oj 1.4.8.1: changed module client
This commit is contained in:
parent
8fba2429d6
commit
9a50b03728
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: AdabasStatDlg.hxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2007-05-10 10:26:52 $
|
||||
* last change: $Author: rt $ $Date: 2007-07-06 08:20:56 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -70,6 +70,7 @@ namespace dbaui
|
|||
*/
|
||||
class OAdabasStatPageDlg : public SfxTabDialog, public IItemSetHelper, public IDatabaseSettingsDialog,public dbaui::OModuleClient
|
||||
{
|
||||
OModuleClient m_aModuleClient;
|
||||
::std::auto_ptr<ODbDataSourceAdministrationHelper> m_pImpl;
|
||||
protected:
|
||||
virtual void PageCreated(USHORT _nId, SfxTabPage& _rPage);
|
||||
|
|
Loading…
Reference in a new issue