summaryrefslogtreecommitdiff
path: root/hwpfilter/source/formula.h
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-24 09:58:09 +0200
committerNoel Grandin <noel@peralex.com>2015-03-24 10:31:18 +0200
commitc3dc46723234c3fd5101a26ff374e59140997582 (patch)
tree01a89aef6291a638e7e18c210bc45f223b8ff96a /hwpfilter/source/formula.h
parent1c34766698b03d14376ae7759ab1ad69f56786f9 (diff)
loplugin:constantfunction: hwpfilter
Change-Id: I2504291e2167cbc4be91e01de654ca63f89dbd2a
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;