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 5a98181457c4..922f41780b0e 100644
--- a/unotools/inc/unotools/bootstrap.hxx
+++ b/unotools/inc/unotools/bootstrap.hxx
@@ -61,6 +61,9 @@ namespace utl
/// retrieve the BUILDID information item; uses the given default, if not found
static rtl::OUString getBuildIdData(rtl::OUString const& _sDefault);
+ /// retrieve the BuildVersion information item; uses the given default, if not found
+ static rtl::OUString getBuildVersion(rtl::OUOUString const& _sDefault);
+
/// reload cached data
static void reloadData();