diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-14 15:07:29 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-16 08:15:17 +0200 |
commit | faed29cac93f8176bb937e6a8b437d6450b7a884 (patch) | |
tree | da246f2e85bc08c3238e1163d28faff9aaf319a3 /embeddedobj/source | |
parent | 4ecd67b7ed9f69553ea3f4532ddea0e7828a55be (diff) |
for now show chart sidebar
This is a hack that needs to be cleaned up later.
Change-Id: I2772fe6ff8a4792d746a29653635d3eca4088e68
Diffstat (limited to 'embeddedobj/source')
-rw-r--r-- | embeddedobj/source/general/docholder.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embeddedobj/source/general/docholder.cxx b/embeddedobj/source/general/docholder.cxx index ca993ff7e7f7..f8437c29e39c 100644 --- a/embeddedobj/source/general/docholder.cxx +++ b/embeddedobj/source/general/docholder.cxx @@ -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 |