summaryrefslogtreecommitdiff
path: root/sc/inc/chgtrack.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-08 10:27:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-08 10:27:31 +0000
commitbfe4d44c369852a61d4eeddf380cac6506e6f5a6 (patch)
tree2463ef272b71b357b0a6b2982d9a81faa4b55659 /sc/inc/chgtrack.hxx
parent8dc8021550d33bd28e8a9053fe22c8972ea699f9 (diff)
INTEGRATION: CWS calcer (1.23.138); FILE MERGED
2005/02/21 15:17:29 er 1.23.138.2: RESYNC: (1.23-1.24); FILE MERGED 2005/02/18 18:49:06 er 1.23.138.1: initialization order
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r--sc/inc/chgtrack.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx
index c34606415038..e1045d42839a 100644
--- a/sc/inc/chgtrack.hxx
+++ b/sc/inc/chgtrack.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chgtrack.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: rt $ $Date: 2005-01-28 17:18:14 $
+ * last change: $Author: vg $ $Date: 2005-03-08 11:27:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -175,8 +175,8 @@ public:
ScChangeActionLinkEntry(
ScChangeActionLinkEntry** ppPrevP,
ScChangeAction* pActionP )
- : ppPrev( ppPrevP ),
- pNext( *ppPrevP ),
+ : pNext( *ppPrevP ),
+ ppPrev( ppPrevP ),
pAction( pActionP ),
pLink( NULL )
{
@@ -259,8 +259,8 @@ class ScChangeActionCellListEntry
ScChangeActionCellListEntry(
ScChangeActionContent* pContentP,
ScChangeActionCellListEntry* pNextP )
- : pContent( pContentP ),
- pNext( pNextP )
+ : pNext( pNextP ),
+ pContent( pContentP )
{}
public: