summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/bootstrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/bootstrap.hxx')
-rw-r--r--unotools/inc/unotools/bootstrap.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/inc/unotools/bootstrap.hxx b/unotools/inc/unotools/bootstrap.hxx
index d17e2940890d..523247b97141 100644
--- a/unotools/inc/unotools/bootstrap.hxx
+++ b/unotools/inc/unotools/bootstrap.hxx
@@ -55,6 +55,9 @@ namespace utl
/// retrieve the product key; uses the given default, if not found
static rtl::OUString getProductKey(rtl::OUString const& _sDefault);
+ /// retrieve the product version
+ static rtl::OUString getProductVersion();
+
/// retrieve the product source (MWS name)
static ::rtl::OUString getProductSource(rtl::OUString const& _sDefault);