summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:23:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:23:35 +0000
commitdea1f2d3bbd6170d0e079785450521834ac84409 (patch)
tree11ef7341bce0774b05252e3e4eb023232fc8e941 /configmgr
parenta43af4d3b41f08c1977db22577006c2812ca5490 (diff)
INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2006/02/14 10:17:33 cd 1.5.4.1: #i55991# Fix warnings for ms c++ compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/bootstrapcontext.hxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/configmgr/source/inc/bootstrapcontext.hxx b/configmgr/source/inc/bootstrapcontext.hxx
index 44d99bd39f..c744ebeecc 100644
--- a/configmgr/source/inc/bootstrapcontext.hxx
+++ b/configmgr/source/inc/bootstrapcontext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bootstrapcontext.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:43:22 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:23:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -130,19 +130,6 @@ namespace configmgr
static beans::NamedValue makePassthroughMarker(sal_Bool bPassthrough = true);
// interface implementations
public:
- // XComponentContext & XCurrentContext
- /** Retrieves a value from this context.
- Can be overridden in derived implementations
-
- @param Name
- The name of the value to retrieve.
-
- @returns
- The requested value, or <VOID/> if the value is not found.
- */
- virtual uno::Any SAL_CALL
- getValueByName( const OUString& Name )
- throw (uno::RuntimeException) = 0;
// XComponentContext only
virtual ServiceManager SAL_CALL