summaryrefslogtreecommitdiff
path: root/include/svx/xlndsit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xlndsit.hxx')
-rw-r--r--include/svx/xlndsit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlndsit.hxx b/include/svx/xlndsit.hxx
index 98e7e93f8d4c..8868558b4835 100644
--- a/include/svx/xlndsit.hxx
+++ b/include/svx/xlndsit.hxx
@@ -35,7 +35,7 @@ class SVX_DLLPUBLIC XLineDashItem : public NameOrIndex
XDash aDash;
public:
- TYPEINFO_OVERRIDE();
+ static SfxPoolItem* CreateDefault();
XLineDashItem() : NameOrIndex(XATTR_LINEDASH, -1) {}
XLineDashItem(const OUString& rName, const XDash& rTheDash);
XLineDashItem(SfxItemPool* pPool, const XDash& rTheDash);