Add clearing

This commit is contained in:
Alexey Nagaev
2025-01-22 11:36:13 +03:00
parent fdac954df5
commit 3953044063

View File

@ -60,6 +60,8 @@ namespace NSDocxRenderer
m_arTextLines.clear();
m_arDiacriticalSymbols.clear();
m_arShapes.clear();
m_arParagraphs.clear();
m_arTables.clear();
m_arOutputObjects.clear();
m_oCurrVectorGraphics.Clear();
m_oClipVectorGraphics.Clear();