diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-28 02:24:21 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-28 22:14:18 +0100 |
commit | e139d3f951c42ab8794eac976b4d5f575939dbb5 (patch) | |
tree | dc3481025eef29eb80a80a9d1e0258c3751bf12a /sw/inc/unoframe.hxx | |
parent | d69d640c96aecb49546c9b69372d6ee0f7200895 (diff) |
have a Reference instead of SwClient meddling
Change-Id: I484061f124e5eaadd6e08a17f91dd18faf30b871
Diffstat (limited to 'sw/inc/unoframe.hxx')
-rw-r--r-- | sw/inc/unoframe.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx index fa27f9711966..edea72c932d7 100644 --- a/sw/inc/unoframe.hxx +++ b/sw/inc/unoframe.hxx @@ -302,6 +302,7 @@ typedef cppu::WeakImplHelper3 class SwXTextEmbeddedObject : public SwXTextEmbeddedObjectBaseClass, public SwXFrame { + css::uno::Reference<css::util::XModifyListener> m_xOLEListener; protected: friend class SwXFrame; // just for CreateXFrame |