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