diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-09-20 15:32:20 +0200 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-09-20 15:32:20 +0200 |
commit | 011d4319b1bf4082cec40482df7251d5e550aae2 (patch) | |
tree | 860f69290fdda78f7e05cce3ff3023e4c0ebcf39 /sc/inc/docuno.hxx | |
parent | 0f707f2b957e79db22d0ec138b8e58c9766d4da5 (diff) |
mib19: #163691# remember VBA object provider instance
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 14c9515dfacb..92424e8178f4 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -105,6 +105,7 @@ private: com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawMarkerTab; com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawDashTab; com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xChartDataProv; + com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xObjProvider; ::cppu::OInterfaceContainerHelper maChangesListeners; |