summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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); //