Kaydet (Commit) 0af7e2af authored tarafından Caolán McNamara's avatar Caolán McNamara

uncommitted SvtOptionsDrawinglayer_Impl

Change-Id: I625722d3c9e915c0f90265c5036e7c03fe9052df
(cherry picked from commit a8be3fba)
üst b647a208
......@@ -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