From 85c48677e37a474105096747e59efa3bbb9ce4df Mon Sep 17 00:00:00 2001 From: Stef Date: Sun, 11 Jul 2004 01:23:51 +0000 Subject: Reorganization of functions and files. --- src/xmlcomposer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xmlcomposer.h') diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h index 5403240..fd9fd7a 100644 --- a/src/xmlcomposer.h +++ b/src/xmlcomposer.h @@ -62,7 +62,6 @@ public: virtual void groupEnd(); virtual void charData(wstring data); - // Element management functions DOM::Element createElement(const string& name); void pushElement(const DOM::Element& element); @@ -85,6 +84,8 @@ public: const RtfParserOptions& getOptions() { return m_options; } + static wstring formatInt(int num); + protected: virtual void clear(); -- cgit v1.2.3