[Libreoffice-commits] online.git: Branch 'feature/latency' - wsd/ClientSession.cpp wsd/ClientSession.hpp

Tamás Zolnai tamas.zolnai at collabora.com
Tue Jun 19 14:46:30 UTC 2018


 wsd/ClientSession.cpp |    2 +-
 wsd/ClientSession.hpp |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 551b8f85c8195be6eacb7695b463d176a6274451
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Tue Jun 19 16:45:40 2018 +0200

    Fix up commit
    
    Change-Id: I9d98fa392489252d7f6f5e1effb0ee0a81c25989

diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp
index 85f740bea..cb3e03d00 100644
--- a/wsd/ClientSession.cpp
+++ b/wsd/ClientSession.cpp
@@ -733,7 +733,7 @@ bool ClientSession::handleKitToClientMessage(const char* buffer, const int lengt
             int setPart;
             if(getTokenInteger(tokens[1], "part", setPart))
             {
-            _clientSelectedPart = setPart;
+                _clientSelectedPart = setPart;
             }
             else if (stringToInteger(tokens[1], setPart))
             {
diff --git a/wsd/ClientSession.hpp b/wsd/ClientSession.hpp
index decc6c227..2ecb09e8f 100644
--- a/wsd/ClientSession.hpp
+++ b/wsd/ClientSession.hpp
@@ -195,7 +195,6 @@ private:
     int _tileHeightTwips;
 
     // Type of the docuemnt, extracter from status message
-    std::string _docType;
     bool _isTextDocument;
 
     std::vector<std::string> _tilesOnFly;


More information about the Libreoffice-commits mailing list