summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-05-10 21:21:55 +0200
committerJan Holesovsky <kendy@suse.cz>2011-05-10 21:21:55 +0200
commit9aed026a1c68e27a9f67b58ee3907ecd2d277a18 (patch)
tree7f00f27dd7191316eaca089bc7fa18f85500a890 /unotools/inc
parentfix crash with out of bound accelerater vector access fdo#36802 (diff)
downloadcore-9aed026a1c68e27a9f67b58ee3907ecd2d277a18.tar.gz
core-9aed026a1c68e27a9f67b58ee3907ecd2d277a18.zip
wikihelp: Pass the LibreOffice version to help.libreoffice.org.
Diffstat (limited to 'unotools/inc')
-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);