CWS-TOOLING: integrate CWS ooo32gsl09_DEV300
This commit is contained in:
commit
581e2f830a
1 changed files with 3 additions and 0 deletions
|
@ -350,6 +350,9 @@ void SvxTextEditSourceImpl::ChangeModel( SdrModel* pNewModel )
|
|||
|
||||
void SvxTextEditSourceImpl::Notify( SfxBroadcaster&, const SfxHint& rHint )
|
||||
{
|
||||
// #i105988 keep reference to this object
|
||||
rtl::Reference< SvxTextEditSourceImpl > xThis( this );
|
||||
|
||||
const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint );
|
||||
const SvxViewHint* pViewHint = PTR_CAST( SvxViewHint, &rHint );
|
||||
|
||||
|
|
Loading…
Reference in a new issue