From c88a779c43c98db1f93a28fe667e29e94b8918f5 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 13 Jan 2011 23:10:37 -0500 Subject: More on unittesting data pilot. --- sc/inc/dpoutput.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/dpoutput.hxx') 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); -- cgit