-Werror,-Wunused-member-function
Change-Id: I6b4b3f8c272dcd5663920310e40647d7730c54d5
This commit is contained in:
@@ -385,12 +385,6 @@ DATASOURCE_TYPE ODsnTypeCollection::determineType(const OUString& _rDsn) const
|
|||||||
const DATASOURCE_TYPE eType;
|
const DATASOURCE_TYPE eType;
|
||||||
const bool bMatchComplete;
|
const bool bMatchComplete;
|
||||||
|
|
||||||
KnownPrefix()
|
|
||||||
:pAsciiPrefix( NULL )
|
|
||||||
,eType( DST_UNKNOWN )
|
|
||||||
,bMatchComplete( false )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
KnownPrefix( const sal_Char* _p, const DATASOURCE_TYPE _t, const bool _m )
|
KnownPrefix( const sal_Char* _p, const DATASOURCE_TYPE _t, const bool _m )
|
||||||
:pAsciiPrefix( _p )
|
:pAsciiPrefix( _p )
|
||||||
,eType ( _t )
|
,eType ( _t )
|
||||||
|
Reference in New Issue
Block a user