summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-12-16 14:08:38 +0100
committerPetr Mladek <pmladek@suse.cz>2011-12-16 14:29:13 +0100
commitdac89858f63c0f9527f11ad3a6c8b5ea16053c85 (patch)
treeef1da3fd7966179c685963acd48f3151487ec865 /unotools/inc
parentTrying to get the linking with internal zlib right (diff)
downloadcore-dac89858f63c0f9527f11ad3a6c8b5ea16053c85.tar.gz
core-dac89858f63c0f9527f11ad3a6c8b5ea16053c85.zip
add version suffix (beta1) to about dialog
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/configmgr.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/unotools/inc/unotools/configmgr.hxx b/unotools/inc/unotools/configmgr.hxx
index 1ac1868585d1..56a216a5392f 100644
--- a/unotools/inc/unotools/configmgr.hxx
+++ b/unotools/inc/unotools/configmgr.hxx
@@ -50,6 +50,8 @@ class UNOTOOLS_DLLPUBLIC ConfigManager: private boost::noncopyable {
public:
static rtl::OUString getAboutBoxProductVersion();
+ static rtl::OUString getAboutBoxProductVersionSuffix();
+
static rtl::OUString getDefaultCurrency();
static rtl::OUString getLocale();