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/dpshttab.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/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 13a201c0020e..c4fadb848ca5 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -74,9 +74,9 @@ class SC_DLLPUBLIC ScSheetDPData : public ScDPTableData { private: ScQueryParam aQuery; - BOOL* pSpecial; - BOOL bIgnoreEmptyRows; - BOOL bRepeatIfEmpty; + bool* pSpecial; + bool bIgnoreEmptyRows; + bool bRepeatIfEmpty; ScDPCacheTable aCacheTable; |