diff options
Diffstat (limited to 'include/svl/ptitem.hxx')
-rw-r--r-- | include/svl/ptitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/ptitem.hxx b/include/svl/ptitem.hxx index c0ed4a3040cc..30f907cdb3a5 100644 --- a/include/svl/ptitem.hxx +++ b/include/svl/ptitem.hxx @@ -34,7 +34,7 @@ class SVL_DLLPUBLIC SfxPointItem: public SfxPoolItem Point aVal; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SfxPointItem(); SfxPointItem( sal_uInt16 nWhich, const Point& rVal ); SfxPointItem( const SfxPointItem& ); |