From cea60367e7cc92bdfa8b7a8d1d56d3535652412b Mon Sep 17 00:00:00 2001 From: Stef Date: Fri, 23 Jul 2004 22:13:34 +0000 Subject: - Move formatInt to a better place --- src/xmlcomposer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmlcomposer.cpp b/src/xmlcomposer.cpp index 9f943ed..525d815 100644 --- a/src/xmlcomposer.cpp +++ b/src/xmlcomposer.cpp @@ -808,7 +808,7 @@ ON_CONTROLWORD(ListOverrideTable) // List id for current listoverride else if(cw == "listid" && HAS_PARAM) { - wstring id = XmlComposer::formatInt(param); + wstring id = formatInt(param); if(lists != NULL) { -- cgit v1.2.3