diff options
Diffstat (limited to 'sw/inc/pagedesc.hxx')
-rw-r--r-- | sw/inc/pagedesc.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/pagedesc.hxx b/sw/inc/pagedesc.hxx index 60e5958de00e..c12d4349173a 100644 --- a/sw/inc/pagedesc.hxx +++ b/sw/inc/pagedesc.hxx @@ -146,7 +146,8 @@ class SW_DLLPUBLIC SwPageDesc : public SwModify // FIXME epicycles growing here - page margins need to be stored differently SwFrameFormat m_FirstMaster; SwFrameFormat m_FirstLeft; - SwDepend m_Depend; ///< Because of grid alignment (Registerhaltigkeit). + sw::WriterMultiListener m_aDepends; ///< Because of grid alignment (Registerhaltigkeit). + mutable const SwTextFormatColl* m_pTextFormatColl; SwPageDesc *m_pFollow; sal_uInt16 m_nRegHeight; ///< Sentence spacing and fontascent of style. sal_uInt16 m_nRegAscent; ///< For grid alignment (Registerhaltigkeit). @@ -177,7 +178,7 @@ class SW_DLLPUBLIC SwPageDesc : public SwModify }; protected: - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNewValue ) override; + virtual void SwClientNotify(const SwModify&, const SfxHint&) override; public: const OUString& GetName() const { return m_StyleName; } |