Kaydet (Commit) 9dfc5fe0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Fix git's wrong 3-way merge.

Change-Id: I30520ff78f47bcfa487cea6f40904bf718610967
üst a80f74ad
......@@ -1106,11 +1106,10 @@ ChartView::~ChartView()
if ( xComp.is() )
xComp->dispose();
if( m_pDrawModelWrapper.get() )
{
SolarMutexGuard aSolarGuard;
EndListening( m_pDrawModelWrapper->getSdrModel(), false /*bAllDups*/ );
m_pDrawModelWrapper.reset();
if (nDimensionCount == 3)
{
xDiaProp->getPropertyValue( "3DRelativeHeight" ) >>= n3DRelativeHeight;
}
}
m_xDrawPage = NULL;
impl_deleteCoordinateSystems();
......
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