summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2009-12-14 10:54:46 +0100
committerVladimir Glazunov <vg@openoffice.org>2009-12-14 10:54:46 +0100
commit46ec68493089d992587926b827cd816e5bee2088 (patch)
tree62a33d03e1258a73d7da5d1edc9787b69e2ecfda /svx
parentbb744a8251aaad3a4bebb672e644d5147d66d9df (diff)
parent54b7bffbe525eda452120d4eff25389ca77fc553 (diff)
CWS-TOOLING: integrate CWS ooo32gsl09_DEV300
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshtxt.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx
index 224926e462..41397f2bcb 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 );