User: kz Date: 2007-05-10 10:32:30+0000 Log: INTEGRATION: CWS dba23a (1.21.170); FILE MERGED 2007/02/26 10:34:01 fs 1.21.170.1: remove unused code Issue number: #i74776# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED]
File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dsntypes.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dsntypes.hxx?r1=1.21&r2=1.22 Delta lines: +0 -7 ------------------- --- dsntypes.hxx 2006-02-28 10:36:35+0000 1.21 +++ dsntypes.hxx 2007-05-10 10:32:28+0000 1.22 @@ -127,9 +127,6 @@ DATASOURCE_TYPE getType(const String& _rDsn) const; /// get the datasource type display name from a DSN string - String getTypeDisplayName(const String& _rDsn) const; - - /// get the datasource type display name from a DSN string String getTypeDisplayName(DATASOURCE_TYPE _eType) const; /// the the DSN prefix associated with a given type @@ -182,9 +179,6 @@ /// return the connection type a DSN string represents DATASOURCE_TYPE implDetermineType(const String& _rDsn) const; - /// return the index within the internal structures for the connection type a DSN string represents - sal_Int32 implDetermineTypeIndex(const String& _rDsn) const; - /// return the index within the internal structures for the connection type given sal_Int32 implDetermineTypeIndex(DATASOURCE_TYPE _eType) const; }; @@ -208,7 +202,6 @@ ~TypeIterator(); DATASOURCE_TYPE getType() const; - String getPrefix() const; String getDisplayName() const; /// prefix increment --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
