diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-14 10:54:46 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-14 10:54:46 +0100 |
commit | 581e2f830aad4d08577a397e616a84d9a18b5dbc (patch) | |
tree | d4121f3695a32bac279df16406a33aa14fa9a1e4 | |
parent | 4b20e326228cb2e190e9959ca8971b04c2a51d26 (diff) | |
parent | 51ddd05ed983a4fdebe2d8fc298150223d144759 (diff) |
CWS-TOOLING: integrate CWS ooo32gsl09_DEV300
-rw-r--r-- | svx/source/unodraw/unoshtxt.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx index 4fe72f586476..89896f558fa1 100644 --- a/svx/source/unodraw/unoshtxt.cxx +++ b/svx/source/unodraw/unoshtxt.cxx @@ -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 ); |