summaryrefslogtreecommitdiff
path: root/include/editeng/wghtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/wghtitem.hxx')
-rw-r--r--include/editeng/wghtitem.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx
index 16a4e099bada..3ed7e54cdc1d 100644
--- a/include/editeng/wghtitem.hxx
+++ b/include/editeng/wghtitem.hxx
@@ -63,6 +63,7 @@ public:
SetValue( rWeight.GetValue() );
return *this;
}
+ SvxWeightItem(SvxWeightItem const &) = default; // SfxPoolItem copy function dichotomy
// enum cast
FontWeight GetWeight() const { return GetValue(); }