[Libreoffice-commits] online.git: loleaflet/src

Szymon Kłos (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 24 13:09:15 UTC 2019


 loleaflet/src/control/Control.JSDialogBuilder.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fbfaeb5f32741caba3e9bb8884eb50cec92d8a43
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Oct 24 15:08:22 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 24 15:08:34 2019 +0200

    fix typo: frof -> for
    
    Change-Id: I6b1e32c736eb961e2ae6722de67bad0a32290061

diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js b/loleaflet/src/control/Control.JSDialogBuilder.js
index 5e852f699..0028a3380 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -528,7 +528,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
 		return false;
 	},
 
-	_setIconAndNameFrofCombobox: function(data) {
+	_setIconAndNameForCombobox: function(data) {
 		if (data.command == '.uno:CharFontName') {
 			data.text = _('Font Name');
 		} else if (data.command == '.uno:FontHeight') {
@@ -542,7 +542,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
 		if (!data.entries || data.entries.length === 0)
 			return false;
 
-		builder._setIconAndNameFrofCombobox(data);
+		builder._setIconAndNameForCombobox(data);
 
 		var title = data.text;
 		var valueNode = null;


More information about the Libreoffice-commits mailing list