summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-07-04 17:11:36 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-07-04 17:12:18 +0200
commit8dc5b9d6a2f451829b3b6df8a026e98edc046f53 (patch)
tree0aaef87ad27b192a224689fc2db7108d704b9963 /dbaccess
parentd47b1dc51813977e89195063fadaaf32215e3f4c (diff)
unusedeasy remove ORowSet_CreateInstance
Change-Id: I17e9eb168c664514dacc03d66911f72faf80e117
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSet.cxx6
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 )