diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-06-17 22:45:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-06-21 12:21:16 +0200 |
commit | c72698b33779924877cd6fb103c270df297ee564 (patch) | |
tree | cd807b5638fc484dd5c3b23834fba5d8fd806022 | |
parent | 6b579139e4cef8e33f037268d9fe8604e27a00d1 (diff) |
Fix typo
Change-Id: I2d832758bc79bd5c1a1e18eee1097f4325a7ec86
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96563
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 9eb17bcee389..5bdf3a4480a9 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -2114,7 +2114,7 @@ ScPosWnd::ScPosWnd(vcl::Window* pParent) , bFormulaMode(false) { - // Use calculation according to tdf#132338 to align combobox width to width of fontname comboxbox within formatting toolbar; + // Use calculation according to tdf#132338 to align combobox width to width of fontname combobox within formatting toolbar; // formatting toolbar is placed above formulabar when using multiple toolbars typically m_xWidget->set_entry_width_chars(1); |