summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-12-19 10:37:57 +0000
committerNiklas Nebel <nn@openoffice.org>2001-12-19 10:37:57 +0000
commite24201c2a68f7a48fac72b0b3c8d2521f8ce9348 (patch)
tree0bf51af124a11e71e5ca1796b52ff23a524ecc3f /sc/inc
parent780465ab112ae3cd394477346f075c1e1db0ae59 (diff)
#96117# support for ImageMap elements
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/servuno.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx
index ba79a7584..97d9786cd 100644
--- a/sc/inc/servuno.hxx
+++ b/sc/inc/servuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: servuno.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2001-04-06 14:29:40 $
+ * last change: $Author: nn $ $Date: 2001-12-19 11:36:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,11 @@ class ScDocShell;
#define SC_SERVICE_DOCSPRSETT 22
#define SC_SERVICE_DOCCONF 23
-#define SC_SERVICE_COUNT 24
+#define SC_SERVICE_IMAP_RECT 24
+#define SC_SERVICE_IMAP_CIRC 25
+#define SC_SERVICE_IMAP_POLY 26
+
+#define SC_SERVICE_COUNT 27
#define SC_SERVICE_INVALID USHRT_MAX