INTEGRATION: CWS sb88 (1.34.10); FILE MERGED

2008/06/03 15:29:51 sb 1.34.10.1: #i89553 applied patch by cmc
This commit is contained in:
Rüdiger Timm 2008-06-16 12:51:49 +00:00
parent 677d78cec5
commit b106c0a70e

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: bootstrap.cxx,v $
* $Revision: 1.34 $
* $Revision: 1.35 $
*
* This file is part of OpenOffice.org.
*
@ -455,18 +455,6 @@ uno::Any SAL_CALL
}
// ---------------------------------------------------------------------------------------
bool ContextReader::isBootstrapContext(Context const & _xContext)
{
OSL_ASSERT(_xContext.is());
if (!_xContext.is()) return false;
uno::Any aSetting = _xContext->getValueByName( NAME(CONTEXT_ITEM_IS_BOOTSTRAP_CONTEXT) );
sal_Bool bValue = false;
return (aSetting >>= bValue) && bValue;
}
// ---------------------------------------------------------------------------
bool ContextReader::testAdminService(Context const & context, bool bAdmin)
{
OSL_ASSERT(context.is());