Kaydet (Commit) 85f129b5 authored tarafından Julien Nabet's avatar Julien Nabet

Replace list by vector for ScDDELinkCells typedef (sc)

Change-Id: I3531ebc46bfc1c4362fafd7f6c93dd97f85676fa
Reviewed-on: https://gerrit.libreoffice.org/63963
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst d057e61c
......@@ -21,7 +21,7 @@
#define INCLUDED_SC_SOURCE_FILTER_XML_XMLDDELINKSCONTEXT_HXX
#include "importcontext.hxx"
#include <list>
#include <vector>
namespace sax_fastparser { class FastAttributeList; }
......@@ -44,7 +44,7 @@ struct ScDDELinkCell
bool bEmpty;
};
typedef std::list<ScDDELinkCell> ScDDELinkCells;
typedef std::vector<ScDDELinkCell> ScDDELinkCells;
class ScXMLDDELinkContext : public ScXMLImportContext
{
......
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