Kaydet (Commit) 1a4b1410 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Andras Timar

uncommitted SvtOptionsDrawinglayer_Impl

Change-Id: I625722d3c9e915c0f90265c5036e7c03fe9052df
(cherry picked from commit a8be3fba)
üst 6f5bf68e
......@@ -869,6 +869,8 @@ SvtOptionsDrawinglayer::~SvtOptionsDrawinglayer()
// we must destroy our static data container!
if( m_nRefCount <= 0 )
{
if (m_pDataContainer->IsModified())
m_pDataContainer->Commit();
delete m_pDataContainer;
m_pDataContainer = NULL;
}
......
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