Kaydet (Commit) 850b4ce0 authored tarafından Caolán McNamara's avatar Caolán McNamara

t4 is always true, probably some debugging thing

Change-Id: I8038174c64d2ed5eb3cae503dbde49be96dd7d5c
üst d4fb3b42
......@@ -122,13 +122,10 @@ void OSectionWindow::_propertyChanged(const beans::PropertyChangeEvent& _rEvent)
const uno::Reference< report::XSection> xCurrentSection = m_aReportSection.getSection();
if ( _rEvent.PropertyName.equals(PROPERTY_HEIGHT) )
{
static bool t4 = true;
if ( t4 )
m_pParent->getView()->SetUpdateMode(sal_False);
//Resize();
m_pParent->getView()->notifySizeChanged();
m_pParent->resize(*this);
if ( t4 )
m_pParent->getView()->SetUpdateMode(sal_True);
// getViewsWindow()->getView()->getReportView()->getController().resetZoomType();
}
......
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