diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-11-12 16:34:27 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-12 16:34:27 -0500 |
commit | 8a5114fa5e7ce8dbb25fe2b49a9086647fd4dfd5 (patch) | |
tree | c608c8f33542349b79195b5b67636b6a0a989372 /sc/inc/dpcachetable.hxx | |
parent | e76c614251ee2b8dfd6d7cd10ec2b0f0ed527fa8 (diff) |
More datapilt-related cleanups.
New code should *never* use BOOL, TRUE, FALSE. Also the indentation
mistakes are pretty frequent.
Diffstat (limited to 'sc/inc/dpcachetable.hxx')
-rw-r--r-- | sc/inc/dpcachetable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx index 1fda7446f717..22e57a2ac495 100644 --- a/sc/inc/dpcachetable.hxx +++ b/sc/inc/dpcachetable.hxx @@ -139,7 +139,7 @@ public: /** Fill the internal table from the cell range provided. This function assumes that the first row is the column header. */ - void fillTable( const ScQueryParam& rQuery, BOOL* pSpecial, + void fillTable( const ScQueryParam& rQuery, bool* pSpecial, bool bIgnoreEmptyRows, bool bRepeatIfEmpty ); /** Fill the internal table from database connection object. This function |