summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-03-15 06:57:12 +0000
committerMichael Brauer <mib@openoffice.org>2001-03-15 06:57:12 +0000
commitd4995f0480382bde1b4dc6d0351c77a077ff944f (patch)
tree9b847a4e62c1e23ef99457e889a0d96d28034701 /sot
parent2aec45512848858183f10f0f98baa8e1eb9f5a50 (diff)
class id for applet, plugin and floating frame
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/clsids.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sot/inc/clsids.hxx b/sot/inc/clsids.hxx
index 2937f9ff39c9..9d452fa296ae 100644
--- a/sot/inc/clsids.hxx
+++ b/sot/inc/clsids.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: clsids.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mba $ $Date: 2001-03-05 12:45:04 $
+ * last change: $Author: mib $ $Date: 2001-03-15 07:57:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -337,6 +337,16 @@
0x970b1e82, 0xcf2d, 0x11cf, 0x89, 0xca, 0x00, \
0x80, 0x29, 0xe4, 0xb0, 0xb1
+#define SO3_APPLET_CLASSID \
+ 0x970b1e81, 0xcf2d, 0x11cf, \
+ 0x89,0xca,0x00,0x80,0x29,0xe4,0xb0,0xb1
+#define SO3_PLUGIN_CLASSID \
+ 0x4caa7761, 0x6b8b, 0x11cf, \
+ 0x89,0xca,0x0,0x80,0x29,0xe4,0xb0,0xb1
+
+#define SO3_IFRAME_CLASSID \
+ 0x1a8a6701, 0xde58, 0x11cf, \
+ 0x89, 0xca, 0x0, 0x80, 0x29, 0xe4, 0xb0, 0xb1
#endif