summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-19 15:10:43 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-19 15:10:43 +0000
commit5c0ec0768ced60241f6cf9aa8076323e1bd16e17 (patch)
tree31ec0341e0ba53e6da34f8d7dd99ad0151749618 /unotools
parente361dd3eb69046fa47b987ff263f13dc9938bf55 (diff)
INTEGRATION: CWS obr05 (1.11.80); FILE MERGED
2007/03/23 09:54:53 obr 1.11.80.1: #i75643# Removed static Bootstrap::getInstallMode
Diffstat (limited to 'unotools')
-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);