summaryrefslogtreecommitdiff
path: root/unotools/source/config/bootstrap.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-02 09:07:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-02 09:07:02 +0000
commitce3acb5cb705d22d0133026bd698d7604f872406 (patch)
tree1d8b92bfaa834ff6c270c8ad0dd159e663ec15ff /unotools/source/config/bootstrap.cxx
parent187adeacc9669e111aa15a971f0b16a9de2010c8 (diff)
INTEGRATION: CWS sb90 (1.26.2); FILE MERGED
2008/06/25 12:17:27 sb 1.26.2.1: #157787# removed no longer needed utl::Bootstrap::getLogoData
Diffstat (limited to 'unotools/source/config/bootstrap.cxx')
-rw-r--r--unotools/source/config/bootstrap.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx
index 2e2c2ad8e5cd..237629cc1af3 100644
--- a/unotools/source/config/bootstrap.cxx
+++ b/unotools/source/config/bootstrap.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: bootstrap.cxx,v $
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
* This file is part of OpenOffice.org.
*
@@ -56,7 +56,6 @@
#define BOOTSTRAP_ITEM_PRODUCT_KEY "ProductKey"
#define BOOTSTRAP_ITEM_PRODUCT_SOURCE "ProductSource"
#define BOOTSTRAP_ITEM_VERSIONFILE "Location"
-#define BOOTSTRAP_ITEM_LOGO "Logo"
#define BOOTSTRAP_ITEM_BUILDID "buildid"
#define BOOTSTRAP_ITEM_BASEINSTALLATION "BaseInstallation"
@@ -668,14 +667,6 @@ OUString Bootstrap::getProductSource(OUString const& _sDefault)
}
// ---------------------------------------------------------------------------------------
-OUString Bootstrap::getLogoData(OUString const& _sDefault)
-{
- OUString const csLogoItem(RTL_CONSTASCII_USTRINGPARAM(BOOTSTRAP_ITEM_LOGO));
-
- return data().getBootstrapValue( csLogoItem, _sDefault );
-}
-// ---------------------------------------------------------------------------------------
-
OUString Bootstrap::getBuildIdData(OUString const& _sDefault)
{
OUString const csBuildIdItem(RTL_CONSTASCII_USTRINGPARAM(BOOTSTRAP_ITEM_BUILDID));