summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-20 06:09:23 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-20 06:09:23 +0000
commit6ee5334b5a2cee8e3448135861c545f1e1a7938b (patch)
tree04e04a68291cf47ef835463a47843b46cfc4fc0d /unotools
parent68dc4f903b8c5bf9b5ead29f7b2b7c93a21f2568 (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')
-rw-r--r--unotools/inc/unotools/bootstrap.hxx6
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); //