summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper/csv_handler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/helper/csv_handler.hxx')
-rw-r--r--sc/qa/unit/helper/csv_handler.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/qa/unit/helper/csv_handler.hxx b/sc/qa/unit/helper/csv_handler.hxx
index 22534e4b9c8e..915ffc62992c 100644
--- a/sc/qa/unit/helper/csv_handler.hxx
+++ b/sc/qa/unit/helper/csv_handler.hxx
@@ -91,11 +91,11 @@ public:
mnTab(nTab),
meStringType(eType) {}
- void begin_parse() {}
+ static void begin_parse() {}
- void end_parse() {}
+ static void end_parse() {}
- void begin_row() {}
+ static void begin_row() {}
void end_row()
{
@@ -190,11 +190,11 @@ public:
mnRow(0),
mnTab(nTab) {}
- void begin_parse() {}
+ static void begin_parse() {}
- void end_parse() {}
+ static void end_parse() {}
- void begin_row() {}
+ static void begin_row() {}
void end_row()
{