diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-06-13 08:04:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-06-13 08:04:21 +0000 |
commit | 31e63700dbc2f126165d258ca483e12b2cf23fbb (patch) | |
tree | 52e9a153fa772fdac91ac25a808c7f6ad7611af0 /sc/inc/cell.hxx | |
parent | 5a5f2391d94546b21f249c5b602be217bff686cd (diff) |
INTEGRATION: CWS jgarrays (1.23.54); FILE MERGED
2007/05/23 13:53:44 er 1.23.54.1: #i32342# now that we have (even named) matrix constants, a formula cell can't assume anymore to be the sole owner of a result matrix (and crash if it wasn't)
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r-- | sc/inc/cell.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index 14f719069a4d..0b924488c59e 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cell.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: vg $ $Date: 2007-02-27 11:52:45 $ + * last change: $Author: obo $ $Date: 2007-06-13 09:04:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -250,7 +250,7 @@ private: ScAddress::Convention nErgConv; ScTokenArray* pCode; // das neue Token-Array ScDocument* pDocument; - ScMatrix* pMatrix; // Pointer auf Ergebnis-Matrix + ScMatrixRef xMatrix; // Pointer to refcounted result matrix ScFormulaCell* pPrevious; ScFormulaCell* pNext; ScFormulaCell* pPreviousTrack; |