diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-18 16:24:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-18 17:05:15 +0200 |
commit | 9144e8c3f4dd9c0460ea8f258682825688920537 (patch) | |
tree | 8cc3b543057484673681c0e36547d0834342b0e0 /sfx2/source/doc | |
parent | aaf6fc8ad599bd81155fe95414dc95481c2501ac (diff) |
Fix typo
Change-Id: Id785575c297d7e3e8867db319ddb4bffa0496426
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138496
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/templatedlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |