summaryrefslogtreecommitdiff
path: root/wsd/ClientSession.hpp
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-06-19 16:15:37 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2018-07-19 14:12:15 +0200
commit6c4e4440e89a9a4d8e2747a280c8e96c9d142069 (patch)
treea711f73b5ff4ad3fac24cbd6329a84b25a62f91c /wsd/ClientSession.hpp
parent7428c46efe1dd2f948ca9754ab5dc719ff991f4b (diff)
Handle part number a bit more robust in case of Writer
Change-Id: I7390f1c5f4289be67deacf3540068c040b230584
Diffstat (limited to 'wsd/ClientSession.hpp')
-rw-r--r--wsd/ClientSession.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/ClientSession.hpp b/wsd/ClientSession.hpp
index e941fa842..3e5ae2d5f 100644
--- a/wsd/ClientSession.hpp
+++ b/wsd/ClientSession.hpp
@@ -205,7 +205,7 @@ private:
int _tileHeightTwips;
// Type of the docuemnt, extracter from status message
- std::string _docType;
+ bool _isTextDocument;
std::vector<std::string> _tilesOnFly;
boost::optional<std::chrono::time_point<std::chrono::steady_clock>> _tileCounterStartTime;