summaryrefslogtreecommitdiff
path: root/include/svl/ptitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/ptitem.hxx')
-rw-r--r--include/svl/ptitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/ptitem.hxx b/include/svl/ptitem.hxx
index 4e5e51dddf85..ad863ea5c284 100644
--- a/include/svl/ptitem.hxx
+++ b/include/svl/ptitem.hxx
@@ -30,7 +30,7 @@ class SVL_DLLPUBLIC SfxPointItem: public SfxPoolItem
Point aVal;
public:
- TYPEINFO_OVERRIDE();
+ static SfxPoolItem* CreateDefault();
SfxPointItem();
SfxPointItem( sal_uInt16 nWhich, const Point& rVal );
SfxPointItem( const SfxPointItem& );