[Libreoffice-commits] core.git: sc/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 21 10:21:51 UTC 2020


 sc/source/ui/app/inputwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c72698b33779924877cd6fb103c270df297ee564
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jun 17 22:45:30 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 21 12:21:16 2020 +0200

    Fix typo
    
    Change-Id: I2d832758bc79bd5c1a1e18eee1097f4325a7ec86
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96563
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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);


More information about the Libreoffice-commits mailing list