summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole/unoobjw.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-02 08:46:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-02 08:46:51 +0000
commit964364f6f31fbf631d99790e4d9042f1ba320eca (patch)
tree358a85a0e721bfd1baf133a6e08ff0c7c657882f /extensions/source/ole/unoobjw.hxx
parentINTEGRATION: CWS jl10 (1.17.74); FILE MERGED (diff)
downloadcore-964364f6f31fbf631d99790e4d9042f1ba320eca.tar.gz
core-964364f6f31fbf631d99790e4d9042f1ba320eca.zip
INTEGRATION: CWS jl10 (1.8.74); FILE MERGED
2004/07/21 10:47:26 jl 1.8.74.1: #111019# support for UNO type
Diffstat (limited to 'extensions/source/ole/unoobjw.hxx')
-rw-r--r--extensions/source/ole/unoobjw.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/ole/unoobjw.hxx b/extensions/source/ole/unoobjw.hxx
index 1bb83ad6147c..721e8fcb9424 100644
--- a/extensions/source/ole/unoobjw.hxx
+++ b/extensions/source/ole/unoobjw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobjw.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2004-03-17 13:09:24 $
+ * last change: $Author: rt $ $Date: 2004-08-02 09:46:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,9 +80,11 @@
#define GET_STRUCT_FUNC L"_GetStruct"
#define BRIDGE_VALUE_FUNC L"Bridge_GetValueObject"
#define BRIDGE_GET_STRUCT_FUNC L"Bridge_GetStruct"
+#define BRIDGE_CREATE_TYPE_FUNC L"Bridge_CreateType"
#define DISPID_JSCRIPT_VALUE_FUNC -10l
#define DISPID_GET_STRUCT_FUNC -102
+#define DISPID_CREATE_TYPE_FUNC -103
using namespace std;
using namespace cppu;