summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: f432476e24cce46245f72e859abeb2ee31a1294d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[submodule "dictionaries"]
	path = dictionaries
	url = git://gerrit.libreoffice.org/dictionaries
	branch = .
[submodule "helpcontent2"]
	path = helpcontent2
	url = git://gerrit.libreoffice.org/help
	branch = .
[submodule "translations"]
	path = translations
	url = git://gerrit.libreoffice.org/translations
	branch = .
>
authorNoel Grandin <noelgrandin@gmail.com>2020-07-13 20:17:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-14 14:40:49 +0200
commitaf1eee15fdacbef4d43f130750b7dbee432ef39b (patch)
tree35efdcf6a764e3cf39fbde51de7da82c1cea7d68 /shell
parent616a47c9570f9ce67b18a124f08f4a342bff3468 (diff)
shell/cmdmail: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: Ifeece1a72c594348f52e3edbee503a16a99619e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98682 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>