Kaydet (Commit) 4da91a4d authored tarafından David Tardon's avatar David Tardon

fix typo

üst 42832c6d
...@@ -3089,7 +3089,7 @@ uno::Sequence< beans::PropertyState > SAL_CALL SvxShape::getPropertyStates( cons ...@@ -3089,7 +3089,7 @@ uno::Sequence< beans::PropertyState > SAL_CALL SvxShape::getPropertyStates( cons
else else
{ {
for( sal_Int32 nIdx = 0; nIdx < nCount; nIdx++ ) for( sal_Int32 nIdx = 0; nIdx < nCount; nIdx++ )
pState[nIdx] = getPropertyState_( pNames[nIdx] ); pState[nIdx] = _getPropertyState( pNames[nIdx] );
} }
return aRet; return aRet;
......
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