summaryrefslogtreecommitdiff
path: root/include/editeng/orphitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/orphitem.hxx')
-rw-r--r--include/editeng/orphitem.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/editeng/orphitem.hxx b/include/editeng/orphitem.hxx
index a9df24573541..d40e5144b494 100644
--- a/include/editeng/orphitem.hxx
+++ b/include/editeng/orphitem.hxx
@@ -45,12 +45,6 @@ public:
MapUnit eCoreMetric,
MapUnit ePresMetric,
OUString &rText, const IntlWrapper& ) const override;
-
- SvxOrphansItem& operator=( const SvxOrphansItem& rOrphans )
- {
- SetValue( rOrphans.GetValue() );
- return *this;
- }
};
#endif