summaryrefslogtreecommitdiff
path: root/include/editeng/formatbreakitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/formatbreakitem.hxx')
-rw-r--r--include/editeng/formatbreakitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/formatbreakitem.hxx b/include/editeng/formatbreakitem.hxx
index 71f33176990f..7e9b0b27661e 100644
--- a/include/editeng/formatbreakitem.hxx
+++ b/include/editeng/formatbreakitem.hxx
@@ -62,7 +62,7 @@ public:
inline SvxFormatBreakItem::SvxFormatBreakItem( const SvxBreak eBreak,
const sal_uInt16 _nWhich ) :
- SfxEnumItem( _nWhich, eBreak )
+ SfxEnumItem( _nWhich, SfxItemType::SvxFormatBreakItemType, eBreak )
{}