Kaydet (Commit) 5c908d04 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Noel Power

coverity#982271 Copy-paste error

Change-Id: I42800a846ba0cb935f97f8e99f774f58f3b525f8
Reviewed-on: https://gerrit.libreoffice.org/2802Reviewed-by: 's avatarNoel Power <noel.power@suse.com>
Tested-by: 's avatarNoel Power <noel.power@suse.com>
üst 4c0c23af
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment