summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-28 10:05:28 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-28 10:08:22 +0300
commita73656244f75099415efe1b671783eea9dcbe5f9 (patch)
tree4b0579a1765ab009c3c8c85f139ab545d2864df9 /codemaker
parent3f27767397831b061fa6517434c5190e9f64eab2 (diff)
Add css.reflection.XTypeDescriptionEnumerationAccess to the bootstrap types
Needed for some unknown reason in a 64-bit Mac LO. Doesn't do any harm to have it included everywhere. Change-Id: I62ae599692bb922678caabe78b7e1c0588573bb2
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/cppumaker/cpputype.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx
index 23b0bc608596..f4f130403249 100644
--- a/codemaker/source/cppumaker/cpputype.cxx
+++ b/codemaker/source/cppumaker/cpputype.cxx
@@ -119,6 +119,7 @@ bool isBootstrapType(rtl::OString const & name) {
"com/sun/star/reflection/XMethodParameter",
"com/sun/star/reflection/XStructTypeDescription",
"com/sun/star/reflection/XTypeDescription",
+ "com/sun/star/reflection/XTypeDescriptionEnumerationAccess",
"com/sun/star/reflection/XUnionTypeDescription",
"com/sun/star/registry/XImplementationRegistration",
"com/sun/star/registry/XRegistryKey",