summaryrefslogtreecommitdiff
path: root/hwpfilter/source/formula.h
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-04 09:00:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-04 09:00:41 +0000
commit1b9ab4478255cbba8489a069b68ab91606b676e4 (patch)
treefe69bda7cded4e7358a767b61e77e01c38de0019 /hwpfilter/source/formula.h
parent27a4530899d6f50ada86cae58deb2147961740b3 (diff)
INTEGRATION: CWS sw30bf04 (1.3.2); FILE MERGED
2008/04/16 14:07:55 ama 1.3.2.1: Patch #i86356#: Remove unused methods
Diffstat (limited to 'hwpfilter/source/formula.h')
-rw-r--r--hwpfilter/source/formula.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/hwpfilter/source/formula.h b/hwpfilter/source/formula.h
index 4bd24887f217..ec04f8ab7684 100644
--- a/hwpfilter/source/formula.h
+++ b/hwpfilter/source/formula.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: formula.h,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -77,7 +77,6 @@ private:
void makePrimary(Node *res);
void makeIdentifier(Node *res);
void makeSubSup(Node *res);
- void makeUnderOver(Node *res);
void makeFraction(Node *res);
void makeDecoration(Node *res);
void makeFunction(Node *res);
@@ -88,8 +87,6 @@ private:
void makeFence(Node *res);
void makeBracket(Node *res);
void makeBlock(Node *res);
- void makeOperator(Node *res);
- void makeDelimeter(Node *res);
void makeBegin(Node *res);
void makeEnd(Node *res);