diff options
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r-- | sw/inc/swatrset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx index 2d6fa61f6380..72f01e7c335e 100644 --- a/sw/inc/swatrset.hxx +++ b/sw/inc/swatrset.hxx @@ -173,7 +173,7 @@ public: class SW_DLLPUBLIC SwAttrSet : public SfxItemSet { // Pointer for Modify-System - SwAttrSet *pOldSet, *pNewSet; + SwAttrSet *m_pOldSet, *m_pNewSet; // Notification-Callback virtual void Changed( const SfxPoolItem& rOld, const SfxPoolItem& rNew ) override; |