diff options
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/cacher/cachedcontentresultset.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx index bcdc5a189b27..f719338dce63 100644 --- a/ucb/source/cacher/cachedcontentresultset.cxx +++ b/ucb/source/cacher/cachedcontentresultset.cxx @@ -485,11 +485,6 @@ CCRS_PropertySetInfo::CCRS_PropertySetInfo( rMyProp.Type = cppu::UnoType<sal_Bool>::get(); rMyProp.Attributes = PropertyAttribute::BOUND | PropertyAttribute::MAYBEDEFAULT; - if( nFetchDirection != -1 ) - m_nFetchDirectionPropertyHandle = (*pOrigProps)[nFetchDirection].Handle; - else - m_nFetchDirectionPropertyHandle = impl_getRemainedHandle(); - m_nFetchDirectionPropertyHandle = rMyProp.Handle; } } |