From b106c0a70e77f649f3278325db768dc0e34faa71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 16 Jun 2008 12:51:49 +0000 Subject: [PATCH] INTEGRATION: CWS sb88 (1.34.10); FILE MERGED 2008/06/03 15:29:51 sb 1.34.10.1: #i89553 applied patch by cmc --- configmgr/source/misc/bootstrap.cxx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/configmgr/source/misc/bootstrap.cxx b/configmgr/source/misc/bootstrap.cxx index 52d8f48af51d..b1042f96a914 100644 --- a/configmgr/source/misc/bootstrap.cxx +++ b/configmgr/source/misc/bootstrap.cxx @@ -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());