summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/justifyitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/justifyitem.hxx')
-rw-r--r--editeng/inc/editeng/justifyitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/inc/editeng/justifyitem.hxx b/editeng/inc/editeng/justifyitem.hxx
index d57356ee8e96..5d03c09332ca 100644
--- a/editeng/inc/editeng/justifyitem.hxx
+++ b/editeng/inc/editeng/justifyitem.hxx
@@ -30,7 +30,7 @@ class EDITENG_DLLPUBLIC SvxHorJustifyItem: public SfxEnumItem
public:
TYPEINFO();
- SvxHorJustifyItem( const sal_uInt16 nId );
+ explicit SvxHorJustifyItem( const sal_uInt16 nId );
SvxHorJustifyItem(
const SvxCellHorJustify eJustify /*= SVX_HOR_JUSTIFY_STANDARD*/,
@@ -63,7 +63,7 @@ class EDITENG_DLLPUBLIC SvxVerJustifyItem: public SfxEnumItem
public:
TYPEINFO();
- SvxVerJustifyItem( const sal_uInt16 nId );
+ explicit SvxVerJustifyItem( const sal_uInt16 nId );
SvxVerJustifyItem(
const SvxCellVerJustify eJustify /*= SVX_VER_JUSTIFY_STANDARD*/,