summaryrefslogtreecommitdiff
path: root/src/lib/SW602SpreadsheetListener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/SW602SpreadsheetListener.h')
-rw-r--r--src/lib/SW602SpreadsheetListener.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/SW602SpreadsheetListener.h b/src/lib/SW602SpreadsheetListener.h
index a1b243d..b559a26 100644
--- a/src/lib/SW602SpreadsheetListener.h
+++ b/src/lib/SW602SpreadsheetListener.h
@@ -128,12 +128,6 @@ public:
/** insert a character using the font converter to find the utf8
character */
void insertCharacter(unsigned char c);
- /** insert a character using the font converter to find the utf8
- character and if needed, input to read extra character.
-
- \return the number of extra character read
- */
- int insertCharacter(unsigned char c, librevenge::RVNGInputStream &input, long endPos=-1);
/** adds an unicode character.
* By convention if \a character=0xfffd(undef), no character is added */
void insertUnicode(uint32_t character);