avoid config during fuzzing
Change-Id: I61906c243f592012691d69a335db42b2010402b7
This commit is contained in:
@@ -285,10 +285,13 @@ void SvtSecurityOptions_Impl::SetProperty( sal_Int32 nProperty, const Any& rValu
|
|||||||
{
|
{
|
||||||
m_seqSecureURLs.realloc( 0 );
|
m_seqSecureURLs.realloc( 0 );
|
||||||
rValue >>= m_seqSecureURLs;
|
rValue >>= m_seqSecureURLs;
|
||||||
|
if (!utl::ConfigManager::IsAvoidConfig())
|
||||||
|
{
|
||||||
SvtPathOptions aOpt;
|
SvtPathOptions aOpt;
|
||||||
sal_uInt32 nCount = m_seqSecureURLs.getLength();
|
sal_uInt32 nCount = m_seqSecureURLs.getLength();
|
||||||
for( sal_uInt32 nItem = 0; nItem < nCount; ++nItem )
|
for( sal_uInt32 nItem = 0; nItem < nCount; ++nItem )
|
||||||
m_seqSecureURLs[ nItem ] = aOpt.SubstituteVariable( m_seqSecureURLs[ nItem ] );
|
m_seqSecureURLs[ nItem ] = aOpt.SubstituteVariable( m_seqSecureURLs[ nItem ] );
|
||||||
|
}
|
||||||
m_bROSecureURLs = bRO;
|
m_bROSecureURLs = bRO;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user