diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-03-12 17:48:27 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-03-12 18:15:50 +0100 |
commit | 36caac0e029a3caf50cb27af339efd69008d414e (patch) | |
tree | 34ff5920bff4d7c7e0260934c5886e4e6324acb6 /dbaccess | |
parent | b1beaf3f7a7d332890ea3877b657cd014562cf33 (diff) |
There's no reason for these defaults in one constructor but not the other
Change-Id: I62e9351a21b0519a3ef70c328f33e1b7f7427926
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/ModelImpl.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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(); } |