[Libreoffice-commits] core.git: svtools/source
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 23 21:50:05 UTC 2021
svtools/source/config/helpopt.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit cb2827f5f65324f309fa0e3c30d0b19ad237410e
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Fri Jul 23 23:00:54 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 23 23:49:30 2021 +0200
Fix SvtHelpOptions_Impl::GetPropertyNames (svtools)
Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=ba4f191300779cbd9e536d11c02895541fef24be
use officecfg to retrieve help system
Change-Id: Id42c5ee06d2231dc690a4f6f81eecddb0b1a2073
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119429
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx
index 2b5b2cb2bbd3..2a7afe9e4918 100644
--- a/svtools/source/config/helpopt.cxx
+++ b/svtools/source/config/helpopt.cxx
@@ -85,7 +85,6 @@ Sequence< OUString > const & SvtHelpOptions_Impl::GetPropertyNames()
"ExtendedTip",
"Tip",
"Locale",
- "System",
"BuiltInHelpNotInstalledPopUp"
};
More information about the Libreoffice-commits
mailing list