Kaydet (Commit) f019f5d6 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

another missing SolarMutex in Writer UNO: SwXCell

Change-Id: I1c8413cd0b9baa7f38e452e94f33e29bc4cf6717
üst 938cd22a
...@@ -742,6 +742,9 @@ SwXCell::SwXCell(SwFrameFormat* pTableFormat, const SwStartNode& rStartNode) : ...@@ -742,6 +742,9 @@ SwXCell::SwXCell(SwFrameFormat* pTableFormat, const SwStartNode& rStartNode) :
SwXCell::~SwXCell() SwXCell::~SwXCell()
{ {
SolarMutexGuard aGuard;
if(GetRegisteredIn())
GetRegisteredIn()->Remove(this);
} }
namespace namespace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment