summaryrefslogtreecommitdiff
path: root/src/lib/VSDXContentCollector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/VSDXContentCollector.h')
-rw-r--r--src/lib/VSDXContentCollector.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/VSDXContentCollector.h b/src/lib/VSDXContentCollector.h
index 03c192f..b3fda32 100644
--- a/src/lib/VSDXContentCollector.h
+++ b/src/lib/VSDXContentCollector.h
@@ -132,10 +132,9 @@ public:
// Field list
void collectFieldList(unsigned id, unsigned level, const std::vector<unsigned> &fieldsOrder);
- void collectTextField(unsigned id, unsigned level, unsigned nameId);
- void collectNumericField(unsigned id, unsigned level, unsigned format, double number);
- void collectDatetimeField(unsigned id, unsigned level, unsigned format, unsigned long timeValue);
- void collectEmptyField(unsigned id, unsigned level);
+ void collectTextField(unsigned id, unsigned level, int format, int nameId);
+ void collectNumericField(unsigned id, unsigned level, int format, double number);
+ void collectDatetimeField(unsigned id, unsigned level, int format, double timeValue);
void startPage();
void endPage();