diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-19 15:05:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-19 15:05:24 +0000 |
commit | a44005fccc575549db7114ebce0e05ab7ed744e2 (patch) | |
tree | 8cec8800fa32953fc4ee22877357bff8384cad1f /sc/inc/servuno.hxx | |
parent | b39ec03672859dabb39316d9b857fdd16555894a (diff) |
INTEGRATION: CWS sab008 (1.8.24); FILE MERGED
2004/03/08 18:23:42 dr 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED
2004/01/30 15:35:32 sab 1.8.24.1: #111653#; add service com.sun.star.sheet.DocumentSettings
Diffstat (limited to 'sc/inc/servuno.hxx')
-rw-r--r-- | sc/inc/servuno.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx index 8a3964af2929..26cc0e710b46 100644 --- a/sc/inc/servuno.hxx +++ b/sc/inc/servuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: servuno.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2004-02-11 09:56:16 $ + * last change: $Author: obo $ $Date: 2004-03-19 16:05:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,10 +123,12 @@ class ScDocShell; #define SC_SERVICE_CELLADDRESS 34 #define SC_SERVICE_RANGEADDRESS 35 +#define SC_SERVICE_SHEETDOCSET 36 + // BM -#define SC_SERVICE_CHDATAPROV 36 +#define SC_SERVICE_CHDATAPROV 37 -#define SC_SERVICE_COUNT 37 +#define SC_SERVICE_COUNT 38 #define SC_SERVICE_INVALID USHRT_MAX |