fix indentation
Change-Id: I4bceb79ed4adda085727dfcee1ba3573811e53b3
This commit is contained in:
parent
f2b218468f
commit
4ecd67b7ed
@ -684,8 +684,8 @@ bool DocumentHolder::ShowUI( const uno::Reference< ::com::sun::star::frame::XLay
|
|||||||
if ( xContainerLM.is() )
|
if ( xContainerLM.is() )
|
||||||
{
|
{
|
||||||
// the LM of the embedded frame and its current DockingAreaAcceptor
|
// the LM of the embedded frame and its current DockingAreaAcceptor
|
||||||
uno::Reference< ::com::sun::star::frame::XLayoutManager > xOwnLM;
|
uno::Reference< ::com::sun::star::frame::XLayoutManager > xOwnLM;
|
||||||
uno::Reference< ::com::sun::star::ui::XDockingAreaAcceptor > xDocAreaAcc;
|
uno::Reference< ::com::sun::star::ui::XDockingAreaAcceptor > xDocAreaAcc;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@ -727,7 +727,7 @@ bool DocumentHolder::ShowUI( const uno::Reference< ::com::sun::star::frame::XLay
|
|||||||
|
|
||||||
xOwnLM->unlock();
|
xOwnLM->unlock();
|
||||||
bLock = true;
|
bLock = true;
|
||||||
bResult = true;
|
bResult = true;
|
||||||
|
|
||||||
// TODO/LATER: The following action should be done only if the window is not hidden
|
// TODO/LATER: The following action should be done only if the window is not hidden
|
||||||
// otherwise the activation must fail, unfortunately currently it is not possible
|
// otherwise the activation must fail, unfortunately currently it is not possible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user