diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-04 09:17:30 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-04 09:17:30 +0000 |
commit | 691bd454d5b00e3f77691b01752733eb6db7fca0 (patch) | |
tree | 265826de55bfa760925e71c94adfee405de8f2a9 /sw/inc/unocoll.hxx | |
parent | 03fe755bcbd267ae358d96c4f90a34398f64876e (diff) |
INTEGRATION: CWS swenhancedfields2 (1.24.42); FILE MERGED
2008/08/04 14:14:17 b_michaelsen 1.24.42.2: RESYNC: (1.24-1.25); FILE MERGED
2008/04/23 11:05:37 ama 1.24.42.1: #i33737#: Enhanced fields
Diffstat (limited to 'sw/inc/unocoll.hxx')
-rw-r--r-- | sw/inc/unocoll.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx index 13361fe1b9..e7237afc85 100644 --- a/sw/inc/unocoll.hxx +++ b/sw/inc/unocoll.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unocoll.hxx,v $ - * $Revision: 1.25 $ + * $Revision: 1.26 $ * * This file is part of OpenOffice.org. * @@ -192,8 +192,10 @@ class SwUnoCollection #define SW_SERVICE_IMAP_POLYGON 104 #define SW_SERVICE_TYPE_TEXT_GRAPHIC 105 #define SW_SERVICE_CHART2_DATA_PROVIDER 106 +#define SW_SERVICE_TYPE_FIELDMARK 107 +#define SW_SERVICE_TYPE_FORMFIELDMARK 108 -#define SW_SERVICE_LAST SW_SERVICE_FIELDTYPE_DOCINFO_CUSTOM +#define SW_SERVICE_LAST SW_SERVICE_TYPE_FORMFIELDMARK #define SW_SERVICE_INVALID USHRT_MAX @@ -469,7 +471,6 @@ public: static SwXBookmark* GetObject( SwBookmark& rBkm, SwDoc* pDoc ); }; - class SwXNumberingRulesCollection : public cppu::WeakImplHelper1 < ::com::sun::star::container::XIndexAccess |