summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-02 09:06:19 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-02 09:06:19 +0000
commit95c7048072826fe6f4909f572fcfa89c5b160457 (patch)
tree43a69a480ab858205329a77382bb6492b947d400 /unotools/inc/unotools
parent8c305050561674362bbc225bab1aee385c3028c6 (diff)
INTEGRATION: CWS sb90 (1.13.12); FILE MERGED
2008/06/25 12:17:26 sb 1.13.12.1: #157787# removed no longer needed utl::Bootstrap::getLogoData
Diffstat (limited to 'unotools/inc/unotools')
-rw-r--r--unotools/inc/unotools/bootstrap.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/unotools/inc/unotools/bootstrap.hxx b/unotools/inc/unotools/bootstrap.hxx
index 9defd0aa63ed..545a6b23abfb 100644
--- a/unotools/inc/unotools/bootstrap.hxx
+++ b/unotools/inc/unotools/bootstrap.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: bootstrap.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -60,9 +60,6 @@ namespace utl
/// retrieve the product source (MWS name)
static ::rtl::OUString getProductSource(rtl::OUString const& _sDefault);
- /// retrieve the LOGO information item; uses the given default, if not found
- static rtl::OUString getLogoData(rtl::OUString const& _sDefault); //
-
/// retrieve the BUILDID information item; uses the given default, if not found
static rtl::OUString getBuildIdData(rtl::OUString const& _sDefault);