diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-25 11:07:17 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-26 16:07:00 +0100 |
commit | dc8697e554417d31501a0d90d731403ede223370 (patch) | |
tree | 83bb08b2fb83d7efa017b86795d5c6c4c245f498 /sw/inc | |
parent | 97f08e0632b2a947848223f862dd89a36386cb71 (diff) |
use a WeakReference instead of meddling in SwClients
Change-Id: I9dcf00607bac820c3dbb26c6de9f6e326df7fb99
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotbl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 3b7b303ec5db..a3526770dc96 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -307,6 +307,8 @@ class SwXTextTable : public cppu::WeakImplHelper10 private: class Impl; ::sw::UnoImplPtr<Impl> m_pImpl; + ::com::sun::star::uno::WeakReference< ::com::sun::star::table::XTableRows > m_xRows; + ::com::sun::star::uno::WeakReference< ::com::sun::star::table::XTableColumns > m_xColumns; const SfxItemPropertySet* m_pPropSet; |