diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-03-17 18:46:56 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-03-19 10:34:40 +0000 |
commit | 5c908d0431ee975c1ee7aa245af83b9eb7f95da6 (patch) | |
tree | a87c52fc08eaff6f57dd6a4e3fdb91e2cab3cd84 /ucb/source | |
parent | 4c0c23af21db0b72541674c2352df04f48774e81 (diff) |
coverity#982271 Copy-paste error
Change-Id: I42800a846ba0cb935f97f8e99f774f58f3b525f8
Reviewed-on: https://gerrit.libreoffice.org/2802
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/cacher/cachedcontentresultset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx index e8adb8b2b98c..a9fcddba56f5 100644 --- a/ucb/source/cacher/cachedcontentresultset.cxx +++ b/ucb/source/cacher/cachedcontentresultset.cxx @@ -503,7 +503,7 @@ CCRS_PropertySetInfo::CCRS_PropertySetInfo( rMyProp.Type = getCppuType( static_cast< const sal_Bool * >( 0 ) ); rMyProp.Attributes = PropertyAttribute::BOUND | PropertyAttribute::MAYBEDEFAULT; - if( nFetchSize != -1 ) + if( nFetchDirection != -1 ) m_nFetchDirectionPropertyHandle = (*pOrigProps)[nFetchDirection].Handle; else m_nFetchDirectionPropertyHandle = impl_getRemainedHandle(); |