summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpoutput.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-13 23:10:37 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-13 23:10:37 -0500
commitc88a779c43c98db1f93a28fe667e29e94b8918f5 (patch)
tree2b5e165b3c9be1d6d7ca588078aace5f6eacfb87 /sc/inc/dpoutput.hxx
parentSet dimension information for the datapilot save data. (diff)
downloadcore-c88a779c43c98db1f93a28fe667e29e94b8918f5.tar.gz
core-c88a779c43c98db1f93a28fe667e29e94b8918f5.zip
More on unittesting data pilot.
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r--sc/inc/dpoutput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx
index 77c552ec7026..970445f64ba8 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -144,7 +144,7 @@ public:
void Output(); //! Refresh?
ScRange GetOutputRange( sal_Int32 nRegionType = ::com::sun::star::sheet::DataPilotOutputRangeType::WHOLE );
long GetHeaderRows();
- BOOL HasError(); // range overflow or exception from source
+ bool HasError(); // range overflow or exception from source
void GetPositionData(const ScAddress& rPos, ::com::sun::star::sheet::DataPilotTablePositionData& rPosData);