diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-02-05 13:03:26 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-02-05 13:03:26 +0000 |
commit | ef159271ce55cf9f4d79373e1a8beb11127d901c (patch) | |
tree | 02481f3334d74555a87f69309b77da82846c821e /sc/inc/chgtrack.hxx | |
parent | 42478dd9f7e2791318072acbc437f0722c20c1ff (diff) |
add export and import of date and time values in the change track
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r-- | sc/inc/chgtrack.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index bfec06edd1f3..c3c3ea7b5865 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -2,9 +2,9 @@ * * $RCSfile: chgtrack.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: sab $ $Date: 2001-02-01 10:16:34 $ + * last change: $Author: sab $ $Date: 2001-02-05 14:01:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -900,7 +900,8 @@ public: const DateTime& aDateTime, const String &sComment, ScBaseCell* pOldCell, - ScDocument* pDoc); // to use for XML Import + ScDocument* pDoc, + const String& sResult); // to use for XML Import ScChangeActionContent(const ULONG nActionNumber, ScBaseCell* pOldCell, const ScBigRange& aBigRange, |