From 36caac0e029a3caf50cb27af339efd69008d414e Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Tue, 12 Mar 2013 17:48:27 +0100 Subject: There's no reason for these defaults in one constructor but not the other Change-Id: I62e9351a21b0519a3ef70c328f33e1b7f7427926 --- dbaccess/source/core/dataaccess/ModelImpl.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/core/dataaccess/ModelImpl.cxx b/dbaccess/source/core/dataaccess/ModelImpl.cxx index 2d77fc1a2706..62c57133f330 100644 --- a/dbaccess/source/core/dataaccess/ModelImpl.cxx +++ b/dbaccess/source/core/dataaccess/ModelImpl.cxx @@ -427,11 +427,7 @@ ODatabaseModelImpl::ODatabaseModelImpl( const Reference< XMultiServiceFactory >& ,m_pSharedConnectionManager(NULL) ,m_nControllerLockCount(0) { - // some kind of default DBG_CTOR(ODatabaseModelImpl,NULL); - m_sConnectURL = "jdbc:"; - m_aTableFilter.realloc(1); - m_aTableFilter[0] = "%"; impl_construct_nothrow(); } -- cgit