summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/cachedcontentresultset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultset.cxx')
-rw-r--r--ucb/source/cacher/cachedcontentresultset.cxx21
1 files changed, 1 insertions, 20 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx
index fb2ebe3f9277..85e0bebb08ff 100644
--- a/ucb/source/cacher/cachedcontentresultset.cxx
+++ b/ucb/source/cacher/cachedcontentresultset.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cachedcontentresultset.cxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.14.22.1 $
*
* This file is part of OpenOffice.org.
*
@@ -818,25 +818,6 @@ sal_Bool SAL_CALL CachedContentResultSet
return sal_True;
};
-sal_Bool SAL_CALL CachedContentResultSet
- ::applyPositionToOrigin()
- throw( SQLException,
- RuntimeException )
-{
- impl_EnsureNotDisposed();
-
- sal_Int32 nRow;
- {
- osl::Guard< osl::Mutex > aGuard( m_aMutex );
- if( m_bAfterLast )
- throw SQLException();
- nRow = m_nRow;
- if( !nRow )
- throw SQLException();
- }
- return applyPositionToOrigin( nRow );
-};
-
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------
//define for fetching data