diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-02 09:06:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-02 09:06:19 +0000 |
commit | 95c7048072826fe6f4909f572fcfa89c5b160457 (patch) | |
tree | 43a69a480ab858205329a77382bb6492b947d400 /unotools | |
parent | 8c305050561674362bbc225bab1aee385c3028c6 (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')
-rw-r--r-- | unotools/inc/unotools/bootstrap.hxx | 5 |
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); |