summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unotools/inc/unotools/bootstrap.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/unotools/inc/unotools/bootstrap.hxx b/unotools/inc/unotools/bootstrap.hxx
index 37c572bdea93..1145854a392a 100644
--- a/unotools/inc/unotools/bootstrap.hxx
+++ b/unotools/inc/unotools/bootstrap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bootstrap.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:27:15 $
+ * last change: $Author: kz $ $Date: 2007-06-19 16:10:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,9 +69,6 @@ namespace utl
/// retrieve the BUILDID information item; uses the given default, if not found
static rtl::OUString getBuildIdData(rtl::OUString const& _sDefault);
- /// retrieve the installation mode information item; uses the given default, if not found
- static rtl::OUString getInstallMode(rtl::OUString const& _sDefault);
-
/// retrieve the product patch level; uses the given default, if not found
static rtl::OUString getProductPatchLevel(rtl::OUString const& _sDefault);