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:
parent
677d78cec5
commit
b106c0a70e
1 changed files with 1 additions and 13 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue