summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorHeiko Tietze <heiko.tietze@documentfoundation.org>2020-07-21 08:17:05 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-07-21 15:35:20 +0200
commitb9c72c58e7d49882c9ca3ebf52bd8e36d0eed264 (patch)
tree0518ac754ed732de75da8c3a67f160d5343e5f33 /framework
parentf533b6f9764e96be14aafe4ed125c8ed44a281bc (diff)
Revert "configure: add a --with-product-flavor switch"
This reverts commit c540483134482d437ea6e02390ff429f4300cbb0. Reason for revert: https://blog.documentfoundation.org/blog/2020/07/20/update-on-marketing-and-communication-plans-for-the-libreoffice-7-x-series/ Conflicts: icon-themes/colibre/brand/shell/logo_flavor.svg (cherry picked from commit bb47ca165959f73929211a736aa8d810fe110e43) Change-Id: Id9a2313d0bce496cb838e4eab448bea1722bc441 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99054 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/fwe/helper/titlehelper.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/source/fwe/helper/titlehelper.cxx b/framework/source/fwe/helper/titlehelper.cxx
index d02287da16b4..fba89ae42bfc 100644
--- a/framework/source/fwe/helper/titlehelper.cxx
+++ b/framework/source/fwe/helper/titlehelper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <config_buildid.h>
#include <config_features.h>
#include <framework/titlehelper.hxx>
@@ -517,12 +516,6 @@ void TitleHelper::impl_updateTitleForFrame (const css::uno::Reference< css::fram
// fdo#70376: We want the window title to contain just the
// document name (from the above "component title").
impl_appendProductName (sTitle);
-
- if (!std::string_view(PRODUCTFLAVOR).empty())
- {
- sTitle.append(" " PRODUCTFLAVOR);
- }
-
impl_appendModuleName (sTitle);
impl_appendDebugVersion (sTitle);
#endif