diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2018-01-29 23:54:03 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@libreoffice.org> | 2018-03-11 23:33:59 +0100 |
commit | f4ab54c17ce2fb1959886377a1e37111aed80000 (patch) | |
tree | 5c7f487582f91c74797fb10ea09779de2a56835b /sw/inc/docufld.hxx | |
parent | 5c04518c2d4b289289d551e22709e22702563d50 (diff) |
use sw::WriterMultiListener instead of SwDepend in SwJumpEditFieldType
Change-Id: I93f6dbf4eda561d68146be714e633576394d5a75
Reviewed-on: https://gerrit.libreoffice.org/49566
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Tested-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 6d7fcd2f95c9..fd699b563356 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -632,7 +632,7 @@ public: class SwJumpEditFieldType : public SwFieldType { SwDoc* m_pDoc; - SwDepend m_aDep; + sw::WriterMultiListener m_aDep; public: SwJumpEditFieldType( SwDoc* pDoc ); |