diff options
author | npower Developer <npower@openoffice.org> | 2010-03-05 16:49:34 +0000 |
---|---|---|
committer | npower Developer <npower@openoffice.org> | 2010-03-05 16:49:34 +0000 |
commit | 2f4197aa0bf5ef4282006ed300d59260cfe515f3 (patch) | |
tree | 9e3a2b758ea7b09d0981349f3dd618a3d78dd419 /extensions/source/ole/oleobjw.hxx | |
parent | 97412488d9fcd77c21dbeb821dec122008cd2e32 (diff) |
npower14miscfixes: #i103859#
Diffstat (limited to 'extensions/source/ole/oleobjw.hxx')
-rw-r--r-- | extensions/source/ole/oleobjw.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx index 6d46452eb088..230de2b7dcf8 100644 --- a/extensions/source/ole/oleobjw.hxx +++ b/extensions/source/ole/oleobjw.hxx @@ -234,6 +234,7 @@ protected: Sequence<Type> m_seqTypes; CComPtr<IUnknown> m_spUnknown; CComPtr<IDispatch> m_spDispatch; + rtl::OUString m_sTypeName; // is "" ( not initialised ), "IDispatch" ( we have no idea ) or "SomeLibrary.SomeTypeName" if we managed to get a type /** This value is set dureing XInitialization::initialize. It indicates that the COM interface was transported as VT_DISPATCH in a VARIANT rather then a VT_UNKNOWN */ |