summaryrefslogtreecommitdiff
path: root/include/svx/xftstit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xftstit.hxx')
-rw-r--r--include/svx/xftstit.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/xftstit.hxx b/include/svx/xftstit.hxx
index d44cfe07d3f7..fdabc457640c 100644
--- a/include/svx/xftstit.hxx
+++ b/include/svx/xftstit.hxx
@@ -32,7 +32,8 @@
class SVX_DLLPUBLIC XFormTextStartItem : public SfxMetricItem
{
public:
- TYPEINFO_OVERRIDE();
+ static SfxPoolItem* CreateDefault();
+
XFormTextStartItem(long nStart = 0);
XFormTextStartItem(SvStream& rIn);
virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override;