Kaydet (Commit) c3cab069 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I1394c7b15ce39d553e6476d5e19731167b220e9d
Reviewed-on: https://gerrit.libreoffice.org/72503
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 1c00f79d
......@@ -195,7 +195,7 @@ public class OptionsEventHandler {
XControl xControl = xContainer.getControl(m_arStringControls[i]);
//This generic handler and the corresponding registry schema support
//up to five text controls. However, if a options page does not use all
//up to five text controls. However, if an options page does not use all
//five controls then we will not complain here.
if (xControl == null)
continue;
......@@ -290,7 +290,7 @@ public class OptionsEventHandler {
XControl xControl = xContainer.getControl(m_arStringControls[i]);
//This generic handler and the corresponding registry schema support
//up to five text controls. However, if a options page does not use all
//up to five text controls. However, if an options page does not use all
//five controls then we will not complain here.
if (xControl == null)
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment