[Libreoffice-commits] online.git: loleaflet/src
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Sun May 8 16:13:29 UTC 2016
loleaflet/src/control/Parts.js | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit d8f6aa71464e69b585f1d03ccb4583a08a3da2c6
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun May 8 11:34:34 2016 -0400
loleaflet: remove unnecessary duplicate message
This message is already sent from CalcTilelayer.js.
Change-Id: I9f84d5f365dbfea38061e206d5d52e2201be22ed
Reviewed-on: https://gerrit.libreoffice.org/24769
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/loleaflet/src/control/Parts.js b/loleaflet/src/control/Parts.js
index 8325e7c..79b6bb1 100644
--- a/loleaflet/src/control/Parts.js
+++ b/loleaflet/src/control/Parts.js
@@ -38,9 +38,6 @@ L.Map.include({
if (docLayer._invalidatePreview) {
docLayer._invalidatePreview();
}
- if (docLayer._docType === 'spreadsheet') {
- this._socket.sendMessage('commandvalues command=.uno:ViewRowColumnHeaders');
- }
docLayer._drawSearchResuls();
},
More information about the Libreoffice-commits
mailing list