diff options
Diffstat (limited to 'sc/inc/printopt.hxx')
-rw-r--r-- | sc/inc/printopt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/printopt.hxx b/sc/inc/printopt.hxx index 20ed1ede5968..d305a8830dd9 100644 --- a/sc/inc/printopt.hxx +++ b/sc/inc/printopt.hxx @@ -60,7 +60,7 @@ public: ScTpPrintItem & operator =(ScTpPrintItem &&) = delete; // due to SfxPoolItem virtual bool operator==( const SfxPoolItem& ) const override; - virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; + virtual ScTpPrintItem* Clone( SfxItemPool *pPool = nullptr ) const override; const ScPrintOptions& GetPrintOptions() const { return theOptions; } |