diff options
author | Andreas Bregas <ab@openoffice.org> | 2010-08-09 15:50:34 +0200 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2010-08-09 15:50:34 +0200 |
commit | fefe083877e478d7a09299524ffdde85948a2bff (patch) | |
tree | 0acceab8cb5726c7a9777040e9c6ef37a53809fd /basic/source/inc | |
parent | df1e6343ba123c0a45b25eb7ed3ae6d53749b33f (diff) |
mib18: #163059# Ignore introspection based COM object members
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/sbunoobj.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx index 2d9836e3530e..78afa9783ca8 100644 --- a/basic/source/inc/sbunoobj.hxx +++ b/basic/source/inc/sbunoobj.hxx @@ -52,6 +52,7 @@ class SbUnoObject: public SbxObject ::com::sun::star::uno::Reference< ::com::sun::star::beans::XExactName > mxExactName; ::com::sun::star::uno::Reference< ::com::sun::star::beans::XExactName > mxExactNameInvocation; BOOL bNeedIntrospection; + BOOL bIgnoreNativeCOMObjectMembers; ::com::sun::star::uno::Any maTmpUnoObj; // Only to save obj for doIntrospection! // Hilfs-Methode zum Anlegen der dbg_-Properties |