filter/source/config/cache/constant.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 9d862186c0e0ecb7f5948f0fd84160ce26aecdcc Author: Bogdan Buzea <[email protected]> AuthorDate: Fri Nov 22 18:41:35 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Nov 23 15:10:47 2024 +0100 tdf#152299 - Remove unused define(s) from C/C++ files Change-Id: I161af7b70421a819f5ecb6b95867e6fa142fe3ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177046 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/filter/source/config/cache/constant.hxx b/filter/source/config/cache/constant.hxx index a371fccf406e..b2d53224a3be 100644 --- a/filter/source/config/cache/constant.hxx +++ b/filter/source/config/cache/constant.hxx @@ -86,7 +86,6 @@ inline constexpr OUString CFGSET_CONTENTHANDLERS = u"ContentHandlers"_ustr; */ inline constexpr OUString CFGDIRECTKEY_OFFICELOCALE = u"/org.openoffice.Setup/L10N/ooLocale"_ustr; inline constexpr OUString CFGDIRECTKEY_DEFAULTFRAMELOADER = u"/org.openoffice.TypeDetection.Misc/Defaults/DefaultFrameLoader"_ustr; -#define CFGDIRECTKEY_PRODUCTNAME "/org.openoffice.Setup/Product/ooName" // Note that these flag bits have parallel names in // comphelper/inc/comphelper/documentconstants.hxx . See that file for
