Kaydet (Commit) 32a5ea9d authored tarafından Takeshi Abe's avatar Takeshi Abe

starmath: no need to use std::deque here

Change-Id: I735d751bc9a5c3392075b6155d63e10b0da0d33b
Reviewed-on: https://gerrit.libreoffice.org/49968Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarTakeshi Abe <tabe@fixedpoint.jp>
üst 3fcf374d
......@@ -22,7 +22,6 @@
#include <utility.hxx>
#include <deque>
#include <vector>
#include <com/sun/star/uno/Sequence.hxx>
......@@ -67,7 +66,7 @@ struct SmFntFmtListEntry
class SmFontFormatList
{
std::deque<SmFntFmtListEntry> aEntries;
std::vector<SmFntFmtListEntry> aEntries;
bool bModified;
SmFontFormatList(const SmFontFormatList&) = delete;
......
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