diff options
author | Hossein <hossein@libreoffice.org> | 2024-06-11 14:10:48 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-06-13 22:37:37 +0200 |
commit | 0e2409e5e3c73ec25c61aa4ea140d114869ea512 (patch) | |
tree | ca31de8541eec06d528f9599eeb017cdefe31d70 /include/vcl/pdf | |
parent | a38180b5393e07d55d21bc2d43a8febe574fe240 (diff) |
tdf#156717 Fix "LibreOffice Community" in PDF metadata
These settings are available to set the brand when building LibreOffice:
1) Community flavor: yes / no
This is set via --disable-community-flavor, that defines
HAVE_FEATURE_COMMUNITY_FLAVOR, which is used in cui/source/dialogs/about.cxx.
2) Product name: A string (set via --with-product-name='name')
This defines PRODUCTNAME, which is used in many places in the code.
Not every LibreOffice build is a "LibreOffice Community" flavor. This
patch fixes this issue by using community brand only when variable
HAVE_FEATURE_COMMUNITY_FLAVOR is set.
Change-Id: Ib74450f380fed7c24222f88e389ddb5363bda3c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168676
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
Diffstat (limited to 'include/vcl/pdf')
0 files changed, 0 insertions, 0 deletions