Kaydet (Commit) 989e8bc0 authored tarafından Takeshi Abe's avatar Takeshi Abe

loplugin:salbool

Change-Id: Ib758a0b1c33173097aee80bff49b7c4937cf9fdf
üst c5977a89
......@@ -717,7 +717,7 @@ bool DocumentHolder::ShowUI( const uno::Reference< css::frame::XLayoutManager >&
// TODO: moggi: why is this necessary?
if (!bIsChart)
{
xContainerLM->setVisible( sal_False );
xContainerLM->setVisible( false );
xContainerLM->lock();
}
bUnlock = true;
......
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