dbaccess/source/core/api/RowSet.cxx |    6 ------
 unusedcode.easy                     |    1 -
 2 files changed, 7 deletions(-)

New commits:
commit 8dc5b9d6a2f451829b3b6df8a026e98edc046f53
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Thu Jul 4 17:11:36 2013 +0200

    unusedeasy remove ORowSet_CreateInstance
    
    Change-Id: I17e9eb168c664514dacc03d66911f72faf80e117

diff --git a/dbaccess/source/core/api/RowSet.cxx 
b/dbaccess/source/core/api/RowSet.cxx
index 012f309..64e7d84 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 )
diff --git a/unusedcode.easy b/unusedcode.easy
index 89479d2..f80b1b9 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -132,7 +132,6 @@ 
comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::share
 connectivity::file::OStatement_Base::reset()
 connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
 connectivity::sdbcx::OGroup::OGroup(unsigned char)
-dbaccess::ORowSet_CreateInstance(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>
 const&)
 dbtools::DBTypeConversion::getMsFromTime(com::sun::star::util::Time const&)
 drawinglayer::attribute::FontAttribute::isDefault() const
 drawinglayer::attribute::MaterialAttribute3D::isDefault() const
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to