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

fix indentation

Change-Id: I4bceb79ed4adda085727dfcee1ba3573811e53b3
üst f2b21846
...@@ -684,8 +684,8 @@ bool DocumentHolder::ShowUI( const uno::Reference< ::com::sun::star::frame::XLay ...@@ -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 ...@@ -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
......
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