summaryrefslogtreecommitdiff
path: root/sc/inc/tabopparams.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:31:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:31:06 +0000
commitf567d9dbdc30572ed363932333d872822d39540c (patch)
tree72cc461b6c8b6c4f8bafff40267d1f3d08c31d25 /sc/inc/tabopparams.hxx
parente5d4ae83f1f1205e145a374a40f2abf4214526b0 (diff)
INTEGRATION: CWS apps61beta2 (1.1.4.1.76); FILE MERGED
2003/04/10 17:53:31 er 1.1.4.1.76.1: #108657# make sure that aNotifiedFormulaCells are never copied
Diffstat (limited to 'sc/inc/tabopparams.hxx')
-rw-r--r--sc/inc/tabopparams.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/inc/tabopparams.hxx b/sc/inc/tabopparams.hxx
index f6dd98bbfbaf..1131d85aa1ef 100644
--- a/sc/inc/tabopparams.hxx
+++ b/sc/inc/tabopparams.hxx
@@ -2,7 +2,7 @@
*
* $RCSfile: tabopparams.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
* last change: $ $
*
@@ -95,7 +95,7 @@ struct ScInterpreterTableOpParams
, aOld2( r.aOld2 )
, aNew2( r.aNew2 )
, aFormulaPos( r.aFormulaPos )
- , aNotifiedFormulaCells( r.aNotifiedFormulaCells )
+ //! never copied! , aNotifiedFormulaCells( r.aNotifiedFormulaCells )
, aNotifiedFormulaPos( r.aNotifiedFormulaPos )
, bValid( r.bValid )
, bRefresh( r.bRefresh )
@@ -110,7 +110,9 @@ struct ScInterpreterTableOpParams
aOld2 = r.aOld2;
aNew2 = r.aNew2;
aFormulaPos = r.aFormulaPos;
- aNotifiedFormulaCells = r.aNotifiedFormulaCells;
+ //! never copied! aNotifiedFormulaCells = r.aNotifiedFormulaCells;
+ //! instead, empty anything eventually present
+ ::std::vector< ScFormulaCell* >().swap( aNotifiedFormulaCells );
aNotifiedFormulaPos = r.aNotifiedFormulaPos;
bValid = r.bValid;
bRefresh = r.bRefresh;