User: hr Date: 06/06/19 20:03:30 Modified: /dba/dbaccess/source/ui/dlg/ DBSetupConnectionPages.hxx
Log: INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED 2006/03/24 15:36:09 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DBSetupConnectionPages.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx?r1=1.4&r2=1.5 Delta lines: +4 -6 ------------------- --- DBSetupConnectionPages.hxx 23 Sep 2005 12:26:45 -0000 1.4 +++ DBSetupConnectionPages.hxx 20 Jun 2006 03:03:28 -0000 1.5 @@ -157,10 +157,10 @@ , const SfxItemSet& _rCoreAttrs , USHORT _nPortId , USHORT _nDefaultPortResId - , char* _pDriverName + , const sal_Char* _pDriverName , USHORT _nHelpTextResId , USHORT _nHeaderTextResId - , USHORT _nDriverClassId = -1); + , USHORT _nDriverClassId ); static OGenericAdministrationPage* CreateMySQLJDBCTabPage( Window* pParent, const SfxItemSet& _rAttrSet ); static OGenericAdministrationPage* CreateOracleJDBCTabPage( Window* pParent, const SfxItemSet& _rAttrSet ); virtual Link getControlModifiedLink() { return LINK(this, OGeneralSpecialJDBCConnectionPageSetup, OnEditModified); } @@ -201,9 +201,7 @@ class OJDBCConnectionPageSetup : public OConnectionTabPageSetup { public: - OJDBCConnectionPageSetup( Window* pParent - , USHORT _nResId - , const SfxItemSet& _rCoreAttrs); + OJDBCConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs ); static OGenericAdministrationPage* CreateJDBCTabPage( Window* pParent, const SfxItemSet& _rAttrSet ); protected: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
