diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-11 12:16:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-11 12:16:37 +0100 |
commit | 8d7cc6792aa84003e5f2e09c1f1baa7657de9621 (patch) | |
tree | 4cb77855f33e5b359198edce98618585c497b2f5 /codemaker | |
parent | 6f2b78da216dd87376e9766a3041ddbbce5bf7e9 (diff) |
css.beans.PropertyValue references css.beans.PropertyState
...so include the latter in isBootstrapType too, see
dee53a32a9feba2021782db5762b5a9a034efae4 "Temporary hack around
cppu_detail_getCppuType variants violating ODR."
Change-Id: I613cf3d8699eccb149e0e1d31f4398a426ce0966
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index c348729ce98d..5513d24715be 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -73,6 +73,7 @@ rtl::OString translateSimpleUnoType(rtl::OString const & unoType, bool cppuUnoTy bool isBootstrapType(rtl::OString const & name) { static char const * const names[] = { "com/sun/star/beans/PropertyAttribute", + "com/sun/star/beans/PropertyState", "com/sun/star/beans/PropertyValue", "com/sun/star/beans/XFastPropertySet", "com/sun/star/beans/XMultiPropertySet", |