| 1 |
diff -ru svx.orig/source/unodraw/unoshtxt.cxx svx/source/unodraw/unoshtxt.cxx
|
| 2 |
--- svx.orig/source/unodraw/unoshtxt.cxx 2009-10-17 16:34:40.000000000 +0100
|
| 3 |
+++ svx/source/unodraw/unoshtxt.cxx 2009-10-17 16:36:04.000000000 +0100
|
| 4 |
@@ -352,6 +352,8 @@
|
| 5 |
|
| 6 |
void SvxTextEditSourceImpl::Notify( SfxBroadcaster&, const SfxHint& rHint )
|
| 7 |
{
|
| 8 |
+ acquire();
|
| 9 |
+
|
| 10 |
const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint );
|
| 11 |
const SvxViewHint* pViewHint = PTR_CAST( SvxViewHint, &rHint );
|
| 12 |
|
| 13 |
@@ -447,6 +449,8 @@
|
| 14 |
break;
|
| 15 |
}
|
| 16 |
}
|
| 17 |
+
|
| 18 |
+ release();
|
| 19 |
}
|
| 20 |
|
| 21 |
/* this is a callback from the attached SdrObject when it is actually deleted */
|