summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-05-23 05:58:46 +0000
committerJörg Barfurth <jb@openoffice.org>2001-05-23 05:58:46 +0000
commit49ecb710934d3f97aa18cd3a18c4277b3690299c (patch)
tree04454de66d64ebd383dadd7623c1610de275c5f4 /configmgr/source
parentd4c445ae73230339ce4bb9fbeb931ae4bcd02eff (diff)
Remove obsolete declaration
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/inc/bootstrap.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/configmgr/source/inc/bootstrap.hxx b/configmgr/source/inc/bootstrap.hxx
index acddf1cc4adb..d7b4c579b721 100644
--- a/configmgr/source/inc/bootstrap.hxx
+++ b/configmgr/source/inc/bootstrap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bootstrap.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: jb $ $Date: 2001-05-22 07:36:12 $
+ * last change: $Author: jb $ $Date: 2001-05-23 06:58:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,12 +199,6 @@ namespace configmgr
Iterator end() const { return m_aImpl.end(); }
void swap(Settings& _rOther) { m_aImpl.swap(_rOther.m_aImpl); }
- private:
-
- // transfer runtime overwrites into m_aImpl. Existent settings will be overwritten.
- void implTranslate(const uno::Sequence< uno::Any >& _rOverrides, Origin _eOrigin)
- throw (lang::IllegalArgumentException);
-
};
class ConnectionSettings