summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filrset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filrset.cxx')
-rw-r--r--ucb/source/ucp/file/filrset.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/ucb/source/ucp/file/filrset.cxx b/ucb/source/ucp/file/filrset.cxx
index 03ecedd53eb8..3fdfe61eab71 100644
--- a/ucb/source/ucp/file/filrset.cxx
+++ b/ucb/source/ucp/file/filrset.cxx
@@ -91,12 +91,6 @@ XResultSet_impl::~XResultSet_impl()
}
-
-
-
-
-
-
void SAL_CALL
XResultSet_impl::disposing( const lang::EventObject& )
throw( uno::RuntimeException, std::exception )
@@ -132,7 +126,6 @@ XResultSet_impl::removeEventListener(
}
-
void SAL_CALL
XResultSet_impl::dispose()
throw( uno::RuntimeException, std::exception )
@@ -157,7 +150,6 @@ XResultSet_impl::dispose()
}
-
void XResultSet_impl::rowCountChanged()
{
sal_Int32 aOldValue,aNewValue;
@@ -291,9 +283,6 @@ XResultSet_impl::OneMore(
}
-
-
-
sal_Bool SAL_CALL
XResultSet_impl::next(
void )
@@ -411,7 +400,6 @@ XResultSet_impl::getRow(
}
-
sal_Bool SAL_CALL XResultSet_impl::absolute( sal_Int32 row )
throw( sdbc::SQLException, uno::RuntimeException, std::exception)
{
@@ -434,8 +422,6 @@ sal_Bool SAL_CALL XResultSet_impl::absolute( sal_Int32 row )
}
-
-
sal_Bool SAL_CALL
XResultSet_impl::relative(
sal_Int32 row )
@@ -453,7 +439,6 @@ XResultSet_impl::relative(
}
-
sal_Bool SAL_CALL
XResultSet_impl::previous(
void )
@@ -535,7 +520,6 @@ XResultSet_impl::close(
}
-
OUString SAL_CALL
XResultSet_impl::queryContentIdentifierString(
void )
@@ -721,7 +705,6 @@ XResultSet_impl::getMetaData(
}
-
// XPropertySet
uno::Reference< beans::XPropertySetInfo > SAL_CALL
XResultSet_impl::getPropertySetInfo()
@@ -745,7 +728,6 @@ XResultSet_impl::getPropertySetInfo()
}
-
void SAL_CALL XResultSet_impl::setPropertyValue(
const OUString& aPropertyName, const uno::Any& )
throw( beans::UnknownPropertyException,