summaryrefslogtreecommitdiff
path: root/include/editeng/prntitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/prntitem.hxx')
-rw-r--r--include/editeng/prntitem.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/editeng/prntitem.hxx b/include/editeng/prntitem.hxx
index 47cd59d0158f..a5d5e9c1fa5a 100644
--- a/include/editeng/prntitem.hxx
+++ b/include/editeng/prntitem.hxx
@@ -36,7 +36,6 @@ class EDITENG_DLLPUBLIC SvxPrintItem : public SfxBoolItem
{
public:
explicit SvxPrintItem( const sal_uInt16 nId , const bool bPrt = true );
- inline SvxPrintItem &operator=( const SvxPrintItem &rCpy );
// "pure virtual Methods" from SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
@@ -51,13 +50,6 @@ inline SvxPrintItem::SvxPrintItem( const sal_uInt16 nId, const bool bPrt )
: SfxBoolItem( nId, bPrt )
{}
-inline SvxPrintItem &SvxPrintItem::operator=( const SvxPrintItem &rCpy )
-{
- SetValue( rCpy.GetValue() );
- return *this;
-}
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */