summaryrefslogtreecommitdiff
path: root/hwpfilter/source/formula.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/formula.h')
-rw-r--r--hwpfilter/source/formula.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hwpfilter/source/formula.h b/hwpfilter/source/formula.h
index e208522eb979..d0d4f9805c4e 100644
--- a/hwpfilter/source/formula.h
+++ b/hwpfilter/source/formula.h
@@ -70,14 +70,11 @@ private:
void makeDecoration(Node *res);
void makeFunction(Node *res);
void makeRoot(Node *res);
- void makeArrow(Node *res);
void makeAccent(Node *res);
void makeParenth(Node *res);
void makeFence(Node *res);
void makeBracket(Node *res);
void makeBlock(Node *res);
- void makeBegin(Node *res);
- void makeEnd(Node *res);
private:
Reference< XDocumentHandler > m_rxDocumentHandler;