summaryrefslogtreecommitdiffstats
path: root/filters/kword/latex/import/parser/element.cc
blob: 40a5ab981ca259cdab241b4a70c83ccc567882e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#include "element.h"

Element::Element()
{
	_type = ELT_NONE;
}

Element::~Element()
{
}