summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/jumpmatrix.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/jumpmatrix.hxx')
-rw-r--r--sc/source/core/inc/jumpmatrix.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/jumpmatrix.hxx b/sc/source/core/inc/jumpmatrix.hxx
index 63e2ee20f1bd..0f5be1945457 100644
--- a/sc/source/core/inc/jumpmatrix.hxx
+++ b/sc/source/core/inc/jumpmatrix.hxx
@@ -101,7 +101,7 @@ public:
void GetJump( SCSIZE nCol, SCSIZE nRow, double& rBool, short& rStart, short& rNext, short& rStop ) const;
void SetAllJumps( double fBool, short nStart, short nNext, short nStop = SHRT_MAX );
void SetJumpParameters( ScTokenVec* p );
- const ScTokenVec* GetJumpParameters() const;
+ const ScTokenVec* GetJumpParameters() const { return pParams;}
bool HasResultMatrix() const;
ScMatrix* GetResultMatrix(); ///< also applies pending buffered values
void GetPos( SCSIZE& rCol, SCSIZE& rRow ) const;