summaryrefslogtreecommitdiff
path: root/unotools/source
diff options
context:
space:
mode:
authorSergey Fukanchik <fukanchik@gmail.com>2021-06-07 12:46:01 -0400
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-07-10 12:33:52 +0200
commit41c01e48f695dd41ef2f39e83b22ca7b9dbab658 (patch)
tree7368abe5b193731b53ec5aa593e953ebe1cc35b1 /unotools/source
parent48196e2e159105216d8fdb02da5b6407895063c6 (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>
Diffstat (limited to 'unotools/source')
-rw-r--r--unotools/source/config/moduleoptions.cxx2
1 files changed, 2 insertions, 0 deletions
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;