Kaydet (Commit) ba0e705b authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Noel Grandin

sw: Turn SwScriptInfo's m_HiddenChg into a std::vector

as it is added only at its end.

Change-Id: I46731565ddf833b055ddd5dc9175638daef1e298
Reviewed-on: https://gerrit.libreoffice.org/57837
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst a8a11fba
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment