diff options
Diffstat (limited to 'include/svx/xlnstcit.hxx')
-rw-r--r-- | include/svx/xlnstcit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlnstcit.hxx b/include/svx/xlnstcit.hxx index ea9ea4b09a8d..5b04e2deecfb 100644 --- a/include/svx/xlnstcit.hxx +++ b/include/svx/xlnstcit.hxx @@ -29,7 +29,7 @@ class SVX_DLLPUBLIC XLineStartCenterItem : public SfxBoolItem { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XLineStartCenterItem(bool bStartCenter = false); XLineStartCenterItem(SvStream& rIn); virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const; |