From 44d34e022dbcda08908c298b5328e0b0bdda6f09 Mon Sep 17 00:00:00 2001 From: Stef Date: Fri, 23 Jul 2004 22:01:58 +0000 Subject: - Code cleanup. --- src/xmlcomposer.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/xmlcomposer.h') diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h index 4e5c739..97eb533 100644 --- a/src/xmlcomposer.h +++ b/src/xmlcomposer.h @@ -36,10 +36,8 @@ * */ -// RENAME: xmlcomposer.h - -#ifndef __RTFPARSER_H__ -#define __RTFPARSER_H__ +#ifndef __XMLCOMPOSER_H__ +#define __XMLCOMPOSER_H__ #include "levelhandler.h" @@ -123,7 +121,7 @@ public: DOM::Document getDocument() { return m_document; } - const RtfParserOptions& getOptions() + const XmlComposerOptions& getOptions() { return m_options; } @@ -140,7 +138,7 @@ protected: protected: DOM::DOMImplementation m_impl; // For creating the document DOM::Document m_document; // The current document - RtfParserOptions m_options; // Configurable options for parsing + XmlComposerOptions m_options; // Configurable options for parsing int m_autocount[AUTOCOUNT_MAX]; // Auto counters for the document @@ -295,4 +293,4 @@ protected: END_ANALYSER }; -#endif // __RTFPARSER_H__ +#endif // __XMLCOMPOSER_H__ -- cgit v1.2.3