From f926cbe9c3ddd0524f10c43978c719bf1e5870e4 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 13 Jul 2009 14:12:14 +0000 Subject: #i103512# fixed a crasher bug. --- sc/inc/dpoutputgeometry.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sc/inc/dpoutputgeometry.hxx') diff --git a/sc/inc/dpoutputgeometry.hxx b/sc/inc/dpoutputgeometry.hxx index dcf98f8f4ade..8183d94e2305 100644 --- a/sc/inc/dpoutputgeometry.hxx +++ b/sc/inc/dpoutputgeometry.hxx @@ -57,6 +57,8 @@ public: void getRowFieldPositions(::std::vector& rAddrs) const; void getPageFieldPositions(::std::vector& rAddrs) const; + SCROW getRowFieldHeaderRow() const; + FieldType getFieldButtonType(const ScAddress& rPos) const; private: @@ -64,7 +66,7 @@ private: private: ScRange maOutRange; - sal_uInt32 mnRowFields; + sal_uInt32 mnRowFields; /// number of row fields (data layout field NOT included!) sal_uInt32 mnColumnFields; sal_uInt32 mnPageFields; sal_uInt32 mnDataFields; -- cgit