User: kz Date: 2007-05-10 10:22:14+0000 Log: INTEGRATION: CWS dba23a (1.5.126); FILE MERGED 2007/03/13 08:42:12 fs 1.5.126.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 10:34:00 fs 1.5.126.1: remove unused code Issue number: #i74776# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED]
File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: ConnectionPageSetup.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx?r1=1.5&r2=1.6 Delta lines: +2 -3 ------------------- --- ConnectionPageSetup.hxx 2006-06-20 03:03:03+0000 1.5 +++ ConnectionPageSetup.hxx 2007-05-10 10:22:11+0000 1.6 @@ -68,12 +68,12 @@ }; */ - class IAdminHelper; + class IDatabaseSettingsDialog; //========================================================================= //= OConnectionTabPageSetup //========================================================================= - /** implements the connection page of teh data source properties dialog. + /** implements the connection page of the data source properties dialog. */ class OConnectionTabPageSetup : public OConnectionHelper { @@ -121,7 +121,6 @@ protected: OConnectionTabPageSetup(Window* pParent, USHORT _rId, const SfxItemSet& _rCoreAttrs, USHORT _nHelpTextResId, USHORT _nHeaderResId, USHORT _nUrlResId); virtual bool checkTestConnection(); - void toggleURLControlGroup(BOOL _bEnable); // nControlFlags ist eine Kombination der CBTP_xxx-Konstanten virtual ~OConnectionTabPageSetup(); }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
