diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-06 15:12:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-06 15:30:04 +0200 |
commit | 4427bb0c588382d56d5368e691a29c4c0bbdf944 (patch) | |
tree | 68d81e2b9db9159c93df16b43b6909fdd8c5d6fb /framework | |
parent | f79da8fa288fbbe4742ad416844aad53ee8d00f5 (diff) |
The "ProductSource" (MWS name) makes no sense any more
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/fwe/helper/titlehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/helper/titlehelper.cxx b/framework/source/fwe/helper/titlehelper.cxx index b54c3042202a..baa8b8c71e2b 100644 --- a/framework/source/fwe/helper/titlehelper.cxx +++ b/framework/source/fwe/helper/titlehelper.cxx @@ -579,7 +579,7 @@ void TitleHelper::impl_appendModuleName (::rtl::OUStringBuffer& sTitle) void TitleHelper::impl_appendDebugVersion (::rtl::OUStringBuffer& sTitle) { ::rtl::OUString sDefault(RTL_CONSTASCII_USTRINGPARAM("development")); - ::rtl::OUString sVersion = ::utl::Bootstrap::getProductSource(sDefault); + ::rtl::OUString sVersion = ::utl::Bootstrap::getProductBuildIdData(sDefault); sTitle.appendAscii(RTL_CONSTASCII_STRINGPARAM(" [")); sTitle.append(sVersion); sTitle.appendAscii(RTL_CONSTASCII_STRINGPARAM("]")); |