[Libreoffice-commits] online.git: loleaflet/src
Jan Holesovsky
kendy at collabora.com
Tue Apr 25 11:15:20 UTC 2017
loleaflet/src/control/Parts.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 51d922f1af0ef9e355c6803e32b2a1f83a7a7153
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Apr 25 12:59:52 2017 +0200
Lint.
Change-Id: Ie4fbe41568502f9c4f7642e8e85a631da648e3c3
Reviewed-on: https://gerrit.libreoffice.org/36939
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/src/control/Parts.js b/loleaflet/src/control/Parts.js
index 1953eb52..84e92f31 100644
--- a/loleaflet/src/control/Parts.js
+++ b/loleaflet/src/control/Parts.js
@@ -51,8 +51,9 @@ L.Map.include({
if (!this._searchRequested) {
this.focus();
}
- if (docLayer._docType === 'spreadsheet')
+ if (docLayer._docType === 'spreadsheet') {
this.fire('updaterowcolumnheaders', {x: this._getTopLeftPoint().x, y: this._getTopLeftPoint(), offset: {x: undefined, y: undefined}});
+ }
},
getPreview: function (id, index, maxWidth, maxHeight, options) {
More information about the Libreoffice-commits
mailing list