diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-02-11 14:19:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-02-11 14:19:26 +0000 |
commit | cd4fa30db91451db97f8ce4f39a9226e013f1ebf (patch) | |
tree | b386c37b32ebf9457bb5283d07972e58b703e3a2 /ucb/source/cacher | |
parent | 177f85939b7eac38e13263f224cb708ef8a92050 (diff) |
CWS-TOOLING: integrate CWS tkr16
2008-12-11 15:48:43 +0100 tkr r265321 : #i95208# do not deliver linux/unix shared libraries
2008-12-10 11:13:31 +0100 tkr r265158 : CWS-TOOLING: rebase CWS tkr16 to trunk@264807 (milestone: DEV300:m37)
2008-12-09 10:32:56 +0100 tkr r265061 : #i96906# patch: size of a symlink to a file
2008-10-28 08:48:23 +0100 tkr r262697 : iXXXXX#: migrate CWS tkr16 to SVN.
Diffstat (limited to 'ucb/source/cacher')
-rw-r--r-- | ucb/source/cacher/cachedcontentresultset.cxx | 21 | ||||
-rw-r--r-- | ucb/source/cacher/cachedcontentresultset.hxx | 7 |
2 files changed, 2 insertions, 26 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx index 740311457b..a7a63c1095 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 diff --git a/ucb/source/cacher/cachedcontentresultset.hxx b/ucb/source/cacher/cachedcontentresultset.hxx index 90a0c0fac1..693c66320f 100644 --- a/ucb/source/cacher/cachedcontentresultset.hxx +++ b/ucb/source/cacher/cachedcontentresultset.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cachedcontentresultset.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.5.22.1 $ * * This file is part of OpenOffice.org. * @@ -179,11 +179,6 @@ private: throw( com::sun::star::sdbc::SQLException, com::sun::star::uno::RuntimeException ); - sal_Bool SAL_CALL - applyPositionToOrigin() - throw( com::sun::star::sdbc::SQLException, - com::sun::star::uno::RuntimeException ); - void SAL_CALL impl_fetchData( sal_Int32 nRow, sal_Int32 nCount , sal_Int32 nFetchDirection ) |