From e33797b7b48c2e5fec57d2872207947b90bca98a Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Thu, 29 Mar 2001 04:34:13 +0000 Subject: Service document configuration added --- sc/inc/servuno.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sc/inc/servuno.hxx') diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx index 71fa27ed5396..0fc11a5e2bbb 100644 --- a/sc/inc/servuno.hxx +++ b/sc/inc/servuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: servuno.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2001-02-23 13:35:57 $ + * last change: $Author: sab $ $Date: 2001-03-29 05:33:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,7 +103,9 @@ class ScDocShell; #define SC_SERVICE_DOCDEFLTS 20 #define SC_SERVICE_DRAWDEFLTS 21 -#define SC_SERVICE_COUNT 22 +#define SC_SERVICE_DOCCONF 22 + +#define SC_SERVICE_COUNT 23 #define SC_SERVICE_INVALID USHRT_MAX -- cgit