From 9144e8c3f4dd9c0460ea8f258682825688920537 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 18 Aug 2022 16:24:21 +0200 Subject: Fix typo Change-Id: Id785575c297d7e3e8867db319ddb4bffa0496426 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138496 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- sfx2/source/doc/templatedlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit