diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 08:29:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 08:29:03 +0000 |
commit | 489c28921db1319c25edc7b1aee890d463feb649 (patch) | |
tree | 144a2ee8e82ff57e8820ec1012bb5a4f964e514f /sw/inc/dbmgr.hxx | |
parent | 0d444ac1166c5e8e1d93bbb001b1f1ca60479273 (diff) |
INTEGRATION: CWS ooo20040509 (1.20.482); FILE MERGED
2004/05/06 22:28:38 cmc 1.20.482.1: #i9055# trivial -Wall changes, reorder member initing
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r-- | sw/inc/dbmgr.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index 18fe00b01b19..1de7129d0100 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbmgr.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2004-05-10 16:13:37 $ + * last change: $Author: rt $ $Date: 2004-06-16 09:29:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -177,12 +177,12 @@ struct SwDSParam : public SwDBData const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet>& xResSet, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rSelection) : SwDBData(rData), + xResultSet(xResSet), + aSelection(rSelection), bScrollable(TRUE), bEndOfDB(FALSE), bAfterSelection(FALSE), - nSelectionIndex(0), - xResultSet(xResSet), - aSelection(rSelection) + nSelectionIndex(0) {} void CheckEndOfDB() |