diff options
Diffstat (limited to 'include/editeng/justifyitem.hxx')
-rw-r--r-- | include/editeng/justifyitem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/justifyitem.hxx b/include/editeng/justifyitem.hxx index 59d4182f2c01..7c25846e63d3 100644 --- a/include/editeng/justifyitem.hxx +++ b/include/editeng/justifyitem.hxx @@ -54,6 +54,7 @@ public: SetValue( rHorJustify.GetValue() ); return *this; } + SvxHorJustifyItem(SvxHorJustifyItem const &) = default; // SfxPoolItem copy function dichotomy }; @@ -86,6 +87,7 @@ public: SetValue( rVerJustify.GetValue() ); return *this; } + SvxVerJustifyItem(SvxVerJustifyItem const &) = default; // SfxPoolItem copy function dichotomy }; |