diff options
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index 07f8ae7..45ec1de 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -31,9 +31,9 @@ class RTFGenerator : public OutputGenerator static void writeStyleSheetFile(QFile &f); static void writeExtensionsFile(QFile &file); - OutputGenerator *copy(); + //OutputGenerator *copy(); //OutputGenerator *clone() { return new RTFGenerator(*this); } - void append(const OutputGenerator *o); + //void append(const OutputGenerator *o); void enable() { active=TRUE; } void disable() { active=FALSE; } void enableIf(OutputType o) { if (o==RTF) active=TRUE; } |