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 | 825b3202f9dc3de250ed4de532f053fae2a75aa6 (patch) | |
tree | 5947de87de29b640cb0fd60e6481556e71129535 /sw/inc/unocoll.hxx | |
parent | 2c58c90bb9e6735a04384140fb1a2e33e46e6579 (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 a681dd9c2836..596b8e682838 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 |