summaryrefslogtreecommitdiff
path: root/sc/inc/chgtrack.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-02-16 11:23:49 +0000
committerOliver Bolte <obo@openoffice.org>2004-02-16 11:23:49 +0000
commit620e52ed0c50c704fe759546a5a7aaac453a05c7 (patch)
tree78d7b4f400cd8ce2d2dfc8a47d822f13d419ee32 /sc/inc/chgtrack.hxx
parent1a98d0a6c57b4003c1ef34fde36202f8c4d4072a (diff)
INTEGRATION: CWS sab003 (1.17.56); FILE MERGED
2004/02/10 18:11:50 sab 1.17.56.3: RESYNC: (1.18-1.19); FILE MERGED 2003/11/05 10:35:52 sab 1.17.56.2: RESYNC: (1.17-1.18); FILE MERGED 2003/07/03 09:57:21 sab 1.17.56.1: #109117#; give possibility to set new value
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r--sc/inc/chgtrack.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx
index 4de7a26b6ba7..476899c05a67 100644
--- a/sc/inc/chgtrack.hxx
+++ b/sc/inc/chgtrack.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chgtrack.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 19:49:12 $
+ * last change: $Author: obo $ $Date: 2004-02-16 12:23:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -917,11 +917,12 @@ public:
const String &sComment,
ScBaseCell* pOldCell,
ScDocument* pDoc,
- const String& sResult); // to use for XML Import
+ const String& sOldValue); // to use for XML Import
ScChangeActionContent(const ULONG nActionNumber,
ScBaseCell* pNewCell,
const ScBigRange& aBigRange,
- ScDocument* pDoc); // to use for XML Import of Generated Actions
+ ScDocument* pDoc,
+ const String& sNewValue); // to use for XML Import of Generated Actions
virtual ~ScChangeActionContent();
ScChangeActionContent* GetNextContent() const { return pNextContent; }
@@ -1450,7 +1451,7 @@ public:
{ return nLoadedFileFormatVersion; }
ULONG AddLoadedGenerated(ScBaseCell* pOldCell,
- const ScBigRange& aBigRange ); // only to use in the XML import
+ const ScBigRange& aBigRange, const String& sNewValue ); // only to use in the XML import
void AppendLoaded( ScChangeAction* pAppend ); // this is only for the XML import public, it should be protected
void SetActionMax(ULONG nTempActionMax)
{ nActionMax = nTempActionMax; } // only to use in the XML import