Kaydet (Commit) faed29ca authored tarafından Markus Mohrhard's avatar Markus Mohrhard

for now show chart sidebar

This is a hack that needs to be cleaned up later.

Change-Id: I2772fe6ff8a4792d746a29653635d3eca4088e68
üst 4ecd67b7
...@@ -714,8 +714,9 @@ bool DocumentHolder::ShowUI( const uno::Reference< ::com::sun::star::frame::XLay ...@@ -714,8 +714,9 @@ bool DocumentHolder::ShowUI( const uno::Reference< ::com::sun::star::frame::XLay
xContainerLM->setDockingAreaAcceptor( uno::Reference < ui::XDockingAreaAcceptor >() ); xContainerLM->setDockingAreaAcceptor( uno::Reference < ui::XDockingAreaAcceptor >() );
// prevent further changes at this LM // prevent further changes at this LM
xContainerLM->setVisible( sal_False ); // TODO: moggi: why is this necessary?
xContainerLM->lock(); // xContainerLM->setVisible( sal_False );
// xContainerLM->lock();
bUnlock = true; bUnlock = true;
// by unlocking the LM each layout change will now resize the containers window; pending layouts will be processed now // by unlocking the LM each layout change will now resize the containers window; pending layouts will be processed now
......
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