diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2017-11-15 20:42:23 -0500 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2017-11-18 13:32:52 +0100 |
commit | 38c4f46325260ffe176937fa309ef804e3bb0c31 (patch) | |
tree | d20f9212af8ae867ea3f92d5bd917c9bbdb9ef19 /sc/qa | |
parent | 0557a9aace85b7d47f77de758bb4f9f97303d07c (diff) |
Updated liborcus to 0.13.1.
Change-Id: Id5aa07f87603879fe7a21dc96cad207f1b168286
Reviewed-on: https://gerrit.libreoffice.org/44850
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/helper/csv_handler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/helper/csv_handler.hxx b/sc/qa/unit/helper/csv_handler.hxx index c4b5fafc63b6..8f0e8a8c2be3 100644 --- a/sc/qa/unit/helper/csv_handler.hxx +++ b/sc/qa/unit/helper/csv_handler.hxx @@ -98,7 +98,7 @@ public: mnCol = 0; } - void cell(const char* p, size_t n) + void cell(const char* p, size_t n, bool /*transient*/) { #if DEBUG_CSV_HANDLER std::cout << "Col: " << mnCol << " Row: " << mnRow << std::endl; @@ -194,7 +194,7 @@ public: mnCol = 0; } - void cell(const char* p, size_t n) + void cell(const char* p, size_t n, bool /*transient*/) { #if DEBUG_CSV_HANDLER std::cout << "Col: " << mnCol << " Row: " << mnRow << std::endl; |