User: hr Date: 06/06/19 19:01:16 Modified: /dba/connectivity/source/inc/dbase/ dindexnode.hxx
Log: INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2005/11/07 14:44:07 fs 1.15.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/inc/dbase/ ============================================== File [changed]: dindexnode.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/dbase/dindexnode.hxx?r1=1.15&r2=1.16 Delta lines: +1 -1 ------------------- --- dindexnode.hxx 8 Sep 2005 07:06:32 -0000 1.15 +++ dindexnode.hxx 20 Jun 2006 02:01:13 -0000 1.16 @@ -251,7 +251,7 @@ ONDXNode(){} ONDXNode(const ONDXKey& rKey, ONDXPagePtr aPagePtr = ONDXPagePtr()) - :aKey(rKey), aChild(aPagePtr) {} + :aChild(aPagePtr),aKey(rKey) {} // verweist der Knoten auf eine Seite BOOL HasChild() const {return aChild.HasPage();} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
