User: kz Date: 2007-05-10 10:21:28+0000 Log: INTEGRATION: CWS dba23a (1.4.254); FILE MERGED 2007/03/13 08:42:12 fs 1.4.254.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 10:33:59 fs 1.4.254.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]: ConnectionHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionHelper.hxx?r1=1.4&r2=1.5 Delta lines: +2 -6 ------------------- --- ConnectionHelper.hxx 2005-09-08 14:44:18+0000 1.4 +++ ConnectionHelper.hxx 2007-05-10 10:21:25+0000 1.5 @@ -70,7 +70,7 @@ PATH_NOT_KNOWN }; - class IAdminHelper; + class IDatabaseSettingsDialog; class OConnectionHelper : public OGenericAdministrationPage { @@ -106,9 +106,6 @@ String getURLNoPrefix( ) const; void setURLNoPrefix( const String& _rURL ); - void changeConnectionURL( const String& _rNewDSN ); - String getConnectionURL( ) const; - /** checks if the path is existence @param _rURL The URL to check. @@ -134,15 +131,14 @@ protected: DECL_LINK(OnBrowseConnections, PushButton*); - String getURL( ) const; void setURL( const String& _rURL ); String implGetURL( sal_Bool _bPrefix ) const; void implSetURL( const String& _rURL, sal_Bool _bPrefix ); StringBag getInstalledAdabasDBDirs(const String &_rPath,const ::ucb::ResultSetInclude& _reResultSetInclude); StringBag getInstalledAdabasDBs(const String &_rConfigDir,const String &_rWorkDir); virtual bool checkTestConnection(); - private: + void implUpdateURLDependentStates() const; }; //......................................................................... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
