diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-08-11 20:15:10 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-08-11 20:15:10 (GMT) |
commit | 17e35fd285d98df3c7fe59ee8805152726c3572e (patch) | |
tree | 9e4492a0b5642a047896b46030df4d8a97e2f4f8 /src/rtfgen.h | |
parent | 5d63a37e7097d6a0467da4895296688abd366b0a (diff) | |
download | Doxygen-17e35fd285d98df3c7fe59ee8805152726c3572e.zip Doxygen-17e35fd285d98df3c7fe59ee8805152726c3572e.tar.gz Doxygen-17e35fd285d98df3c7fe59ee8805152726c3572e.tar.bz2 |
Release-1.2.17-20020811
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index 8a41391..54dca5d 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -254,6 +254,8 @@ class RTFGenerator : public OutputGenerator void startSectionRefList() {} void endSectionRefList() {} + void writeCodeAnchor(const char *) {} + static bool preProcessFileInplace(const char *path,const char *name); private: @@ -273,7 +275,7 @@ class RTFGenerator : public OutputGenerator bool m_bstartedBody; // has startbody been called yet? int m_listLevel; // // RTF does not really have a addative indent...manually set list level. bool m_omitParagraph; // should a the next paragraph command be ignored? - int m_columnNumbers; // number of columns in a table + int m_numCols; // number of columns in a table void beginRTFDocument(); void beginRTFChapter(); |