diff --git a/dbaccess/source/core/misc/dsntypes.cxx b/dbaccess/source/core/misc/dsntypes.cxx index 42c7ccf464f6..da1b59ef12b8 100644 --- a/dbaccess/source/core/misc/dsntypes.cxx +++ b/dbaccess/source/core/misc/dsntypes.cxx @@ -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 )