From 035fad219e1729c9e4fe8a54fd85f23c065de616 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 30 Nov 2017 23:01:33 +0100 Subject: sw: remove SvStream operator<< functions of layout classes This could be useful debugging functionality, but: - we have a layout dump feature already, which is available in dbglevel<2 (and even non-dbgutil) builds already - for SAL_DEBUG() these functions would have to work with an STL stream, not with an SvStream So there is little value in keeping these. Change-Id: I1d894f79d3e637f5a56d68abda275ea66d5d0635 --- sw/source/core/text/porftn.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sw/source/core/text/porftn.hxx') diff --git a/sw/source/core/text/porftn.hxx b/sw/source/core/text/porftn.hxx index f51fced71be9..fe6be2e291d8 100644 --- a/sw/source/core/text/porftn.hxx +++ b/sw/source/core/text/porftn.hxx @@ -45,7 +45,6 @@ public: void SetPreferredScriptType( SwFontScript nPreferredScriptType ); const SwTextFootnote* GetTextFootnote() const { return pFootnote; }; - OUTPUT_OPERATOR_OVERRIDE }; class SwFootnoteNumPortion : public SwNumberPortion @@ -54,8 +53,6 @@ public: SwFootnoteNumPortion( const OUString &rExpand, SwFont *pFntL ) : SwNumberPortion( rExpand, pFntL, true, false, 0, false ) { SetWhichPor( POR_FTNNUM ); } - - OUTPUT_OPERATOR_OVERRIDE }; class SwQuoVadisPortion : public SwFieldPortion @@ -76,8 +73,6 @@ public: // Accessibility: pass information about this portion to the PortionHandler virtual void HandlePortion( SwPortionHandler& rPH ) const override; - - OUTPUT_OPERATOR_OVERRIDE }; class SwErgoSumPortion : public SwFieldPortion @@ -89,7 +84,6 @@ public: // Field cloner for SplitGlue virtual SwFieldPortion *Clone( const OUString &rExpand ) const override; - OUTPUT_OPERATOR_OVERRIDE }; #endif -- cgit v1.2.3