sfx2/source/doc/templatedlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9144e8c3f4dd9c0460ea8f258682825688920537 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Aug 18 16:24:21 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Aug 18 17:05:15 2022 +0200 Fix typo Change-Id: Id785575c297d7e3e8867db319ddb4bffa0496426 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138496 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx index 42e570e75dfb..8a710fd84609 100644 --- a/sfx2/source/doc/templatedlg.cxx +++ b/sfx2/source/doc/templatedlg.cxx @@ -203,7 +203,7 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg(weld::Window *pParent) mxLocalView->ShowTooltips(true); - // Set width and height of the templates thumbnail viewer to acommodate 3 rows and 4 columns of items + // Set width and height of the templates thumbnail viewer to accommodate 3 rows and 4 columns of items mxLocalViewWeld->set_size_request(TEMPLATE_ITEM_MAX_WIDTH * 5, TEMPLATE_ITEM_MAX_HEIGHT_SUB * 3); mxOKButton->connect_clicked(LINK(this, SfxTemplateManagerDlg, OkClickHdl));