[Libreoffice-commits] .: codemaker/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Sep 28 00:09:01 PDT 2012
codemaker/source/cppumaker/cpputype.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a73656244f75099415efe1b671783eea9dcbe5f9
Author: Tor Lillqvist <tml at iki.fi>
Date: Fri Sep 28 10:05:28 2012 +0300
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
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx
index 23b0bc6..f4f1304 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",
More information about the Libreoffice-commits
mailing list