summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpshttab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-12 16:34:27 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-12 16:34:27 -0500
commit8a5114fa5e7ce8dbb25fe2b49a9086647fd4dfd5 (patch)
treec608c8f33542349b79195b5b67636b6a0a989372 /sc/inc/dpshttab.hxx
parentRemoved trailing whitespaces. (diff)
downloadcore-8a5114fa5e7ce8dbb25fe2b49a9086647fd4dfd5.tar.gz
core-8a5114fa5e7ce8dbb25fe2b49a9086647fd4dfd5.zip
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.hxx6
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;