diff options
-rw-r--r-- | sw/source/core/inc/scriptinfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/scriptinfo.hxx b/sw/source/core/inc/scriptinfo.hxx index 7f81a8d0e99f..1690b6d22eda 100644 --- a/sw/source/core/inc/scriptinfo.hxx +++ b/sw/source/core/inc/scriptinfo.hxx @@ -67,7 +67,7 @@ private: std::unordered_set<size_t> m_KashidaInvalid; std::deque<TextFrameIndex> m_NoKashidaLine; std::deque<TextFrameIndex> m_NoKashidaLineEnd; - std::deque<TextFrameIndex> m_HiddenChg; + std::vector<TextFrameIndex> m_HiddenChg; //! Records a single change in compression. struct CompressionChangeInfo { |