summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hbox.h')
-rw-r--r--hwpfilter/source/hbox.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 7499bd2e0f99..4ceeb274b29c 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -54,10 +54,6 @@ struct HBox
*/
int WSize();
/**
- * @returns The Height of HBox object as hunit value.
- */
- virtual hunit Height(CharShape *csty);
-/**
* Read properties from HIODevice object like stream, file, memory.
*
* @param hwpf HWPFile Object having all information for a hwp file.
@@ -391,8 +387,6 @@ struct TxtBox: public FBox
int Type() { return type; }
virtual bool Read(HWPFile &hwpf) SAL_OVERRIDE;
-
- virtual hunit Height(CharShape *csty) SAL_OVERRIDE;
};
#define ALLOWED_GAP 5
@@ -662,8 +656,6 @@ struct Picture: public FBox
int Type ();
virtual bool Read (HWPFile &hwpf) SAL_OVERRIDE;
-
- virtual hunit Height (CharShape *sty) SAL_OVERRIDE;
};
// line (14)