summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorHeiko Tietze <heiko.tietze@documentfoundation.org>2020-07-21 08:30:28 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-07-21 10:58:49 +0200
commitdb470e2cb53cf2f7c8da9b7a06ab752de85c09d2 (patch)
tree3c123ff5b2f486c8fe389f86c164f216671079d7 /framework
parent9d0d79ba59a4fb3b88d1757fc4b2916b9f161500 (diff)
Revert "Disable flavour in title bar for Linux."
This reverts commit 6ddd8673f9985afd48b3212444a942ebe37197f6. Reason for revert: https://blog.documentfoundation.org/blog/2020/07/20/update-on-marketing-and-communication-plans-for-the-libreoffice-7-x-series/ Change-Id: I922e34a5dfe7add0a63f5b9a936a32758b6e949c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99055 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/fwe/helper/titlehelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/helper/titlehelper.cxx b/framework/source/fwe/helper/titlehelper.cxx
index e1a9738267d0..d02287da16b4 100644
--- a/framework/source/fwe/helper/titlehelper.cxx
+++ b/framework/source/fwe/helper/titlehelper.cxx
@@ -518,10 +518,10 @@ void TitleHelper::impl_updateTitleForFrame (const css::uno::Reference< css::fram
// document name (from the above "component title").
impl_appendProductName (sTitle);
-#if defined(WNT) || defined(MACOSX)
if (!std::string_view(PRODUCTFLAVOR).empty())
+ {
sTitle.append(" " PRODUCTFLAVOR);
-#endif
+ }
impl_appendModuleName (sTitle);
impl_appendDebugVersion (sTitle);