From 3f1c1f5fe73d9fe48af8ffc2f0dbf2107d65cf52 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 2 Feb 2018 14:34:55 +1100 Subject: Implement SC_DOCUMENTOPTION_STYLES_NONE. --- src/CellBuffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CellBuffer.h') diff --git a/src/CellBuffer.h b/src/CellBuffer.h index a12dc207f..7c999a36e 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -133,6 +133,7 @@ public: */ class CellBuffer { private: + bool hasStyles; SplitVector substance; SplitVector style; bool readOnly; @@ -151,7 +152,7 @@ private: public: - CellBuffer(); + CellBuffer(bool hasStyles_); // Deleted so CellBuffer objects can not be copied. CellBuffer(const CellBuffer &) = delete; void operator=(const CellBuffer &) = delete; -- cgit v1.2.3