diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:09:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:09:23 +0000 |
commit | 6ee5334b5a2cee8e3448135861c545f1e1a7938b (patch) | |
tree | 04e04a68291cf47ef835463a47843b46cfc4fc0d /unotools/inc | |
parent | 68dc4f903b8c5bf9b5ead29f7b2b7c93a21f2568 (diff) |
INTEGRATION: CWS fwk88 (1.13.8); FILE MERGED
2008/05/26 11:36:51 pb 1.13.8.1: fix: #i89054# new: getProductSource()
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/bootstrap.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unotools/inc/unotools/bootstrap.hxx b/unotools/inc/unotools/bootstrap.hxx index 58cbcf505731..9defd0aa63ed 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.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -53,9 +53,13 @@ namespace utl /// retrieve the product key; defaults to executable name (without extension) static rtl::OUString getProductKey(); + /// retrieve the product key; uses the given default, if not found static rtl::OUString getProductKey(rtl::OUString const& _sDefault); + /// 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); // |