summaryrefslogtreecommitdiffstats
path: root/framework/source/uielement/menubarwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/menubarwrapper.cxx')
-rw-r--r--framework/source/uielement/menubarwrapper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/uielement/menubarwrapper.cxx b/framework/source/uielement/menubarwrapper.cxx
index cc5820c8d59a..1d202720884f 100644
--- a/framework/source/uielement/menubarwrapper.cxx
+++ b/framework/source/uielement/menubarwrapper.cxx
@@ -147,7 +147,7 @@ void SAL_CALL MenuBarWrapper::initialize( const Sequence< Any >& aArguments ) th
try
{
xTrans.set( URLTransformer::create(m_xContext) );
- m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False );
+ m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, false );
if ( m_xConfigData.is() )
{
// Fill menubar with container contents
@@ -214,7 +214,7 @@ void SAL_CALL MenuBarWrapper::updateSettings() throw ( RuntimeException, std::ex
{
MenuBarManager* pMenuBarManager = static_cast< MenuBarManager *>( m_xMenuBarManager.get() );
- m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, sal_False );
+ m_xConfigData = m_xConfigSource->getSettings( m_aResourceURL, false );
if ( m_xConfigData.is() )
pMenuBarManager->SetItemContainer( m_xConfigData );
}
@@ -319,9 +319,9 @@ throw (css::uno::RuntimeException, std::exception)
PopupControllerCache::const_iterator pIter = m_aPopupControllerCache.find( aName );
if ( pIter != m_aPopupControllerCache.end() )
- return sal_True;
+ return true;
else
- return sal_False;
+ return false;
}
// XUIElement