loleaflet/src/control/Parts.js |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 51d922f1af0ef9e355c6803e32b2a1f83a7a7153
Author: Jan Holesovsky <ke...@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.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@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) {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to