summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-09-07 00:26:51 +0200
committerJan Holesovsky <kendy@collabora.com>2014-09-09 06:58:27 +0200
commit846c5a0d3f4a9c80d3739a79b942be4482428740 (patch)
tree768f2b1a27eb1a41d27f09b86cffd7b039931423 /framework
parent5d0676066411f9f0d2061a89b97754aa09a0b9c8 (diff)
Fix indentation.
Change-Id: I0fb904353bc79199d7df957cf756883e425c97eb
Diffstat (limited to 'framework')
-rw-r--r--framework/source/layoutmanager/layoutmanager.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/layoutmanager/layoutmanager.cxx b/framework/source/layoutmanager/layoutmanager.cxx
index a58ddd2ad104..3efe6504ad73 100644
--- a/framework/source/layoutmanager/layoutmanager.cxx
+++ b/framework/source/layoutmanager/layoutmanager.cxx
@@ -1154,9 +1154,9 @@ throw (uno::RuntimeException)
SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow );
if ( pSysWindow )
- pSysWindow->SetMenuBar( pMenuBar );
+ pSysWindow->SetMenuBar(pMenuBar);
- m_bInplaceMenuSet = true;
+ m_bInplaceMenuSet = true;
m_xInplaceMenuBar = Reference< XComponent >( (OWeakObject *)m_pInplaceMenuBar, UNO_QUERY );
}
@@ -1181,9 +1181,9 @@ throw (uno::RuntimeException)
if ( pSysWindow )
{
if ( pMenuBarWrapper )
- pSysWindow->SetMenuBar( (MenuBar *)pMenuBarWrapper->GetMenuBarManager()->GetMenuBar() );
- else
- pSysWindow->SetMenuBar( 0 );
+ pSysWindow->SetMenuBar((MenuBar *)pMenuBarWrapper->GetMenuBarManager()->GetMenuBar());
+ else
+ pSysWindow->SetMenuBar(0);
}
}