summaryrefslogtreecommitdiff
path: root/sc/inc/servuno.hxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2002-07-18 12:33:39 +0000
committerArmin Weiss <aw@openoffice.org>2002-07-18 12:33:39 +0000
commit99f8496bea58d942b380202fb590164d7ddfbf0f (patch)
tree169e2d900bb33e58aca0d18831998a92bcd67824 /sc/inc/servuno.hxx
parenta8ff98e89d637618a510df6ece76addf0ad6feeb (diff)
#100263# Support creation of GraphicObjectResolver and EmbeddedObjectResolver
Diffstat (limited to 'sc/inc/servuno.hxx')
-rw-r--r--sc/inc/servuno.hxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx
index 26d2bc321813..3221efbaf023 100644
--- a/sc/inc/servuno.hxx
+++ b/sc/inc/servuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: servuno.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: nn $ $Date: 2001-12-19 11:36:52 $
+ * last change: $Author: aw $ $Date: 2002-07-18 13:31:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,13 @@ class ScDocShell;
#define SC_SERVICE_IMAP_CIRC 25
#define SC_SERVICE_IMAP_POLY 26
-#define SC_SERVICE_COUNT 27
+// #100263# Support creation of GraphicObjectResolver and EmbeddedObjectResolver
+#define SC_SERVICE_EXPORT_GOR 27
+#define SC_SERVICE_IMPORT_GOR 28
+#define SC_SERVICE_EXPORT_EOR 29
+#define SC_SERVICE_IMPORT_EOR 30
+
+#define SC_SERVICE_COUNT 31
#define SC_SERVICE_INVALID USHRT_MAX