diff options
Diffstat (limited to 'src/rtfformatting.h')
-rw-r--r-- | src/rtfformatting.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/rtfformatting.h b/src/rtfformatting.h index 6fbcf57..bb49cf1 100644 --- a/src/rtfformatting.h +++ b/src/rtfformatting.h @@ -39,6 +39,13 @@ #ifndef __RTFTEXPROPERTIES_H__ #define __RTFTEXPROPERTIES_H__ +/* + * RtfFormatting + * + * For keeping track of all the various transient formatting options + * within a given Rtf group. Any supported text options (not block) + * should be added here. + */ class RtfFormatting { public: @@ -161,7 +168,6 @@ protected: int m_list; bool m_inTbl; - // TODO: Character styles }; |