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 = .
k's own "debug framework"Tor Lillqvist 2013-07-23remove unused fieldNoel Grandin 2013-07-23Convert the easy cases in framework to WeakImplHelperNoel Grandin 2013-05-28fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-03Related to fdo#60724: correct spellingThomas Arnhold