cid#983368 dereference before null check
Change-Id: I6c2c69337ec5bdb2fa97c40479cddd418364d608
This commit is contained in:
@@ -87,8 +87,7 @@ void OConnectionURLEdit::SetText(const OUString& _rStr, const Selection& /*_rNew
|
||||
}
|
||||
|
||||
// the fixed text gets the prefix
|
||||
if ( m_pForcedPrefix )
|
||||
m_pForcedPrefix->SetText(sPrefix);
|
||||
m_pForcedPrefix->SetText(sPrefix);
|
||||
|
||||
// both subs have to be resized according to the text len of the prefix
|
||||
Size aMySize = GetSizePixel();
|
||||
|
Reference in New Issue
Block a user