diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 07:11:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 07:11:38 +0000 |
commit | 839bca9da4f9064d9c4b7892ec1b50beb106ccc2 (patch) | |
tree | 705579c02fbf843d8ffcdd61c51f557e1623f694 /sot/inc | |
parent | 3c1e4ef131060340bdc1fc140d37f8540ab69f8c (diff) |
INTEGRATION: CWS fwkq1 (1.7.16); FILE MERGED
2003/07/14 18:03:11 mba 1.7.16.1: #110843#: get rid of factories
Diffstat (limited to 'sot/inc')
-rw-r--r-- | sot/inc/clsids.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sot/inc/clsids.hxx b/sot/inc/clsids.hxx index 67340a356248..56c13b91a397 100644 --- a/sot/inc/clsids.hxx +++ b/sot/inc/clsids.hxx @@ -2,9 +2,9 @@ * * $RCSfile: clsids.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2003-04-24 13:57:17 $ + * last change: $Author: rt $ $Date: 2003-09-19 08:11:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -383,5 +383,9 @@ #define SO3_IFRAME_CLASSID \ 0x1a8a6701, 0xde58, 0x11cf, \ 0x89, 0xca, 0x0, 0x80, 0x29, 0xe4, 0xb0, 0xb1 -#endif +#define SO3_GLOBAL_CLASSID \ + 0x475198a8, 0x694c, 0x4bd8, \ + 0xb0, 0x2f, 0xd9, 0xb7, 0x6b, 0xcf, 0x31, 0x28 + +#endif |