Kaydet (Commit) d19b04de authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba23a (1.4.254); FILE MERGED

2007/03/13 08:42:15 fs 1.4.254.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#
üst c2b37dd9
......@@ -4,9 +4,9 @@
*
* $RCSfile: AdabasStatDlg.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-09-08 15:13:55 $
* last change: $Author: kz $ $Date: 2007-05-10 10:26:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -68,7 +68,7 @@ namespace dbaui
/** implements the adabas admin dialog
*/
class OAdabasStatPageDlg : public SfxTabDialog, public IItemSetHelper, public IAdminHelper,public dbaui::OModuleClient
class OAdabasStatPageDlg : public SfxTabDialog, public IItemSetHelper, public IDatabaseSettingsDialog,public dbaui::OModuleClient
{
::std::auto_ptr<ODbDataSourceAdministrationHelper> m_pImpl;
protected:
......@@ -94,6 +94,7 @@ namespace dbaui
virtual void clearPassword();
virtual sal_Bool saveDatasource();
virtual void setTitle(const ::rtl::OUString& _sTitle);
virtual void enableConfirmSettings( bool _bEnable );
};
//.........................................................................
} // namespace dbaui
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment