diff options
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r-- | sw/inc/frmfmt.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index cd6e91419330..a2d2771cc44c 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -61,7 +61,7 @@ protected: virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue ); public: - TYPEINFO(); ///< Already in base class Client. + TYPEINFO_OVERRIDE(); ///< Already in base class Client. /// Destroys all Frms in aDepend (Frms are identified via PTR_CAST). virtual void DelFrms(); @@ -160,7 +160,7 @@ protected: {} public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); ~SwFlyFrmFmt(); /// Creates the views. @@ -257,7 +257,7 @@ protected: {} public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); ~SwDrawFrmFmt(); /** DrawObjects are removed from the arrays at the layout. |