Kaydet (Commit) a1ea3107 authored tarafından Caolán McNamara's avatar Caolán McNamara

ODbaseResultSet::createAnalyzer never called

Change-Id: Iefb2ef68cf769c78f4e41c14a02afc9356e8e495
üst 4ecab66a
...@@ -213,11 +213,6 @@ void SAL_CALL ODbaseResultSet::release() throw() ...@@ -213,11 +213,6 @@ void SAL_CALL ODbaseResultSet::release() throw()
return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper()); return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper());
} }
OSQLAnalyzer* ODbaseResultSet::createAnalyzer()
{
return new OFILEAnalyzer(m_pTable->getConnection());
}
sal_Int32 ODbaseResultSet::getCurrentFilePos() const sal_Int32 ODbaseResultSet::getCurrentFilePos() const
{ {
return m_pTable->getFilePos(); return m_pTable->getFilePos();
......
...@@ -47,7 +47,6 @@ namespace connectivity ...@@ -47,7 +47,6 @@ namespace connectivity
// OPropertySetHelper // OPropertySetHelper
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() SAL_OVERRIDE; virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() SAL_OVERRIDE;
virtual bool fillIndexValues(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier> &_xIndex) SAL_OVERRIDE; virtual bool fillIndexValues(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier> &_xIndex) SAL_OVERRIDE;
file::OSQLAnalyzer* createAnalyzer();
public: public:
DECLARE_SERVICE_INFO(); DECLARE_SERVICE_INFO();
......
...@@ -170,7 +170,6 @@ comphelper::OAccessibleImplementationAccess::setStateBit(short, bool) ...@@ -170,7 +170,6 @@ comphelper::OAccessibleImplementationAccess::setStateBit(short, bool)
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(std::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) comphelper::detail::ConfigurationWrapper::getGroupReadWrite(std::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&)
comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const
comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(std::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&, com::sun::star::uno::Any const&) comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(std::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&, com::sun::star::uno::Any const&)
connectivity::dbase::ODbaseResultSet::createAnalyzer()
connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*) connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*)
connectivity::odbc::appendSQLWCHARs(rtl::OUStringBuffer&, wchar_t const*, int) connectivity::odbc::appendSQLWCHARs(rtl::OUStringBuffer&, wchar_t const*, int)
connectivity::sdbcx::OGroup::OGroup(bool) connectivity::sdbcx::OGroup::OGroup(bool)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment