-Werror,-Wunused-member-function

Change-Id: I6b4b3f8c272dcd5663920310e40647d7730c54d5
This commit is contained in:
Stephan Bergmann
2013-11-13 10:00:00 +01:00
parent 32f125f6e3
commit f7450d0266

View File

@@ -385,12 +385,6 @@ DATASOURCE_TYPE ODsnTypeCollection::determineType(const OUString& _rDsn) const
const DATASOURCE_TYPE eType;
const bool bMatchComplete;
KnownPrefix()
:pAsciiPrefix( NULL )
,eType( DST_UNKNOWN )
,bMatchComplete( false )
{
}
KnownPrefix( const sal_Char* _p, const DATASOURCE_TYPE _t, const bool _m )
:pAsciiPrefix( _p )
,eType ( _t )