Tag: cws_src680_bgdlremove
User: kso     
Date: 2007-05-21 10:35:27+0000
Log:
 RESYNC: (1.4-1.5); FILE MERGED

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.278.1&r2=1.4.278.2
Delta lines:  +5 -9
-------------------
--- ConnectionHelper.hxx        2007-05-18 09:03:13+0000        1.4.278.1
+++ ConnectionHelper.hxx        2007-05-21 10:35:25+0000        1.4.278.2
@@ -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 
::ucbhelper::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]

Reply via email to