| commit | 41c01e48f695dd41ef2f39e83b22ca7b9dbab658 | [log] |
|---|---|---|
| author | Sergey Fukanchik <fukanchik@gmail.com> | Mon Jun 07 12:46:01 2021 -0400 |
| committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | Sat Jul 10 12:33:52 2021 +0200 |
| tree | 7368abe5b193731b53ec5aa593e953ebe1cc35b1 | |
| parent | 48196e2e159105216d8fdb02da5b6407895063c6 [diff] |
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@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index e9d9e84..118d430 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;