diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-07-04 17:11:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-07-04 17:12:18 +0200 |
commit | 8dc5b9d6a2f451829b3b6df8a026e98edc046f53 (patch) | |
tree | 0aaef87ad27b192a224689fc2db7108d704b9963 /dbaccess | |
parent | d47b1dc51813977e89195063fadaaf32215e3f4c (diff) |
unusedeasy remove ORowSet_CreateInstance
Change-Id: I17e9eb168c664514dacc03d66911f72faf80e117
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSet.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index 012f309902ad..64e7d84f0eeb 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -126,12 +126,6 @@ extern "C" void SAL_CALL createRegistryInfo_ORowSet() namespace dbaccess { - -Reference< XInterface > ORowSet_CreateInstance(const Reference< XMultiServiceFactory >& _rxFactory) -{ - return *(new ORowSet( comphelper::getComponentContext(_rxFactory) )); -} - ORowSet::ORowSet( const Reference< ::com::sun::star::uno::XComponentContext >& _rxContext ) :ORowSet_BASE1(m_aMutex) ,ORowSetBase( _rxContext, ORowSet_BASE1::rBHelper, &m_aMutex ) |