summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-19 15:10:58 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-19 15:10:58 +0000
commit2411e3f9d93f76aec2705cf33912898e76078e84 (patch)
tree6380d2c3fd579510603efb064c7333f86fb2f24c /unotools
parent5c0ec0768ced60241f6cf9aa8076323e1bd16e17 (diff)
INTEGRATION: CWS obr05 (1.22.24); FILE MERGED
2007/03/23 09:54:54 obr 1.22.24.1: #i75643# Removed static Bootstrap::getInstallMode
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/bootstrap.cxx14
1 files changed, 2 insertions, 12 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx
index 6ec71c67e510..54ab5630f86c 100644
--- a/unotools/source/config/bootstrap.cxx
+++ b/unotools/source/config/bootstrap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bootstrap.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:22:53 $
+ * last change: $Author: kz $ $Date: 2007-06-19 16:10:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -78,7 +78,6 @@
#define BOOTSTRAP_ITEM_VERSIONFILE "Location"
#define BOOTSTRAP_ITEM_LOGO "Logo"
#define BOOTSTRAP_ITEM_BUILDID "buildid"
-#define BOOTSTRAP_ITEM_INSTALLMODE "InstallMode"
#define BOOTSTRAP_ITEM_BASEINSTALLATION "BaseInstallation"
#define BOOTSTRAP_ITEM_USERINSTALLATION "UserInstallation"
@@ -697,15 +696,6 @@ OUString Bootstrap::getBuildIdData(OUString const& _sDefault)
}
// ---------------------------------------------------------------------------------------
-/// retrieve the installation mode information item; uses the given default, if not found
-OUString Bootstrap::getInstallMode(rtl::OUString const& _sDefault)
-{
- OUString const csInstallModeItem(RTL_CONSTASCII_USTRINGPARAM(BOOTSTRAP_ITEM_INSTALLMODE));
-
- return data().getBootstrapValue( csInstallModeItem, _sDefault );
-}
-// ---------------------------------------------------------------------------------------
-
OUString Bootstrap::getProductPatchLevel(OUString const& _sDefault)
{
OUString const csBuildIdItem(RTL_CONSTASCII_USTRINGPARAM(BOOTSTRAP_ITEM_PRODUCT_PATCH_LEVEL));