summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-04 09:02:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-04 09:02:04 +0000
commit2ec4fd903a90f02fabd273071ff625c46db9ab94 (patch)
tree6ef9852468ebc8db65bf3ce3a5af00e323c20978 /hwpfilter
parentca28a7236d7ee6670f5363dbf9960a51e64fdd31 (diff)
INTEGRATION: CWS sw30bf04 (1.6.2); FILE MERGED
2008/04/16 14:07:55 ama 1.6.2.1: Patch #i86356#: Remove unused methods
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpreader.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx
index 5798db8b4508..d1d8bc686cc9 100644
--- a/hwpfilter/source/hwpreader.hxx
+++ b/hwpfilter/source/hwpreader.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: hwpreader.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -182,24 +182,16 @@ private:
void makeFormula(TxtBox *hbox);
void makeHyperText(TxtBox *hbox);
void makePicture(Picture *hbox);
- void makePictureOLE(Picture *hbox);
void makePictureDRAW(HWPDrawingObject *drawobj, Picture *hbox);
void makeLine(Line *hbox);
void makeHidden(Hidden *hbox);
- void makeHeaderFooter(HeaderFooter *hbox);
void makeFootnote(Footnote *hbox);
void makeAutoNum(AutoNum *hbox);
- void makeNewNum(NewNum *hbox);
void makeShowPageNum();
- void makePageNumCtrl(PageNumCtrl *hbox);
void makeMailMerge(MailMerge *hbox);
- void makeCompose(Compose *hbox);
- void makeHyphen(Hyphen *hbox);
void makeTocMark(TocMark *hbox);
void makeIndexMark(IndexMark *hbox);
void makeOutline(Outline *hbox);
- void makeKeepSpace(KeepSpace *hbox);
- void makeFixedSpace(FixedSpace *hbox);
/* --------- Styles Parsing ------------ */
void makePageStyle();