summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porref.hxx')
-rw-r--r--sw/source/core/text/porref.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/text/porref.hxx b/sw/source/core/text/porref.hxx
index 37cc7721c627..7d5963a24de5 100644
--- a/sw/source/core/text/porref.hxx
+++ b/sw/source/core/text/porref.hxx
@@ -26,7 +26,6 @@ class SwRefPortion : public SwTextPortion
public:
SwRefPortion(){ SetWhichPor( POR_REF ); }
virtual void Paint( const SwTextPaintInfo &rInf ) const override;
- OUTPUT_OPERATOR_OVERRIDE
};
class SwIsoRefPortion : public SwRefPortion
@@ -42,8 +41,6 @@ public:
// Accessibility: pass information about this portion to the PortionHandler
virtual void HandlePortion( SwPortionHandler& rPH ) const override;
-
- OUTPUT_OPERATOR_OVERRIDE
};
#endif