[Libreoffice-commits] core.git: unotools/source
Sergey Fukanchik (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jul 10 10:34:24 UTC 2021
unotools/source/config/moduleoptions.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 41c01e48f695dd41ef2f39e83b22ca7b9dbab658
Author: Sergey Fukanchik <fukanchik at gmail.com>
AuthorDate: Mon Jun 7 12:46:01 2021 -0400
Commit: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
CommitDate: Sat Jul 10 12:33:52 2021 +0200
tdf#142702 Handle STARTMODULE in SvtModuleOptions::GetFactoryShortName
Change-Id: I06064eb3ff3e77cd0fcc6e211c6baf07adcc3096
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116794
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index e9d9e84a8c06..118d43056da5 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -468,6 +468,8 @@ OUString SvtModuleOptions::GetFactoryShortName(SvtModuleOptions::EFactory eFacto
break;
case SvtModuleOptions::EFactory::DATABASE : sShortName = "sdatabase";
break;
+ case SvtModuleOptions::EFactory::STARTMODULE : sShortName = "startmodule";
+ break;
default:
OSL_FAIL( "unknown factory" );
break;
More information about the Libreoffice-commits
mailing list