summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:23:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:23:22 +0000
commita43af4d3b41f08c1977db22577006c2812ca5490 (patch)
treec86cdead1dfc1597037fa34579883c80b58dbd47 /configmgr
parentb80083a6963a43242fea057cf169cdac9425fc2b (diff)
INTEGRATION: CWS warnings01 (1.26.4); FILE MERGED
2005/11/01 12:47:19 cd 1.26.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/bootstrap.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/inc/bootstrap.hxx b/configmgr/source/inc/bootstrap.hxx
index 7e7e8d782e..dd6c37308c 100644
--- a/configmgr/source/inc/bootstrap.hxx
+++ b/configmgr/source/inc/bootstrap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bootstrap.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:43:04 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:23:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -100,6 +100,9 @@ namespace configmgr
// two-phase construct
void initialize();
+ protected:
+ using ComponentContext::initialize;
+
public:
// XServiceInfo
virtual rtl::OUString SAL_CALL getImplementationName()