diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 13:18:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 13:18:17 +0000 |
commit | f90f159cb8e22eafdfcef4fa57bbc6a05781688b (patch) | |
tree | bd3ad642013c4b1e869ea39ade8b1f755562a579 /sw/inc/unofield.hxx | |
parent | c2d43e2b676d236411d8e7e52f5d382ea878ac37 (diff) |
INTEGRATION: CWS insight01 (1.13.218); FILE MERGED
2004/05/28 18:16:08 oj 1.13.218.2: RESYNC: (1.13-1.14); FILE MERGED
2004/05/05 12:03:39 tl 1.13.218.1: #i25411# new database properties added to API
Diffstat (limited to 'sw/inc/unofield.hxx')
-rw-r--r-- | sw/inc/unofield.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/unofield.hxx b/sw/inc/unofield.hxx index 4e582d47f924..0feeb340fd17 100644 --- a/sw/inc/unofield.hxx +++ b/sw/inc/unofield.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unofield.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2004-05-18 14:00:14 $ + * last change: $Author: hr $ $Date: 2004-08-02 14:18:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,6 +110,8 @@ class SwXFieldMaster : public cppu::WeakImplHelper4 String sParam1; //Content / Database / NumberingSeparator String sParam2; // - /DataTablename String sParam3; // - /DataFieldName + String sParam5; // - /DataBaseURL + String sParam6; // - /DataBaseResource double fParam1; // Value / - sal_Int8 nParam1; // ChapterNumberingLevel sal_Bool bParam1; // IsExpression |