for now show chart sidebar

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

Change-Id: I2772fe6ff8a4792d746a29653635d3eca4088e68
This commit is contained in:
Markus Mohrhard
2015-07-14 15:07:29 +02:00
parent 4ecd67b7ed
commit faed29cac9

View File

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