diff options
Diffstat (limited to 'stoc/source/proxy_factory/proxyfac.cxx')
-rw-r--r-- | stoc/source/proxy_factory/proxyfac.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/proxy_factory/proxyfac.cxx b/stoc/source/proxy_factory/proxyfac.cxx index 122497928295..0e3d35937b15 100644 --- a/stoc/source/proxy_factory/proxyfac.cxx +++ b/stoc/source/proxy_factory/proxyfac.cxx @@ -178,8 +178,8 @@ struct binuno_Proxy : public uno_Interface { oslInterlockedCount m_nRefCount; ::rtl::Reference< ProxyRoot > m_root; - UnoInterfaceReference m_target; - OUString m_oid; + UnoInterfaceReference const m_target; + OUString const m_oid; TypeDescription m_typeDescr; inline binuno_Proxy( |