From 078a326ded4a71dc9136277614fb655160117638 Mon Sep 17 00:00:00 2001 From: Frank Meies Date: Tue, 9 Oct 2001 08:56:17 +0000 Subject: Fix #92334#: Gray background for fields with script changes --- sw/source/core/text/porrst.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sw/source/core/text/porrst.hxx') diff --git a/sw/source/core/text/porrst.hxx b/sw/source/core/text/porrst.hxx index 940ab1d3fe94..dd806d9077d4 100644 --- a/sw/source/core/text/porrst.hxx +++ b/sw/source/core/text/porrst.hxx @@ -2,9 +2,9 @@ * * $RCSfile: porrst.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ama $ $Date: 2000-11-21 11:14:20 $ + * last change: $Author: fme $ $Date: 2001-10-09 09:56:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,8 +110,10 @@ public: class SwKernPortion : public SwLinePortion { short nKern; + sal_Bool bBackground; public: - SwKernPortion( SwLinePortion &rPortion, short nKrn ); + SwKernPortion( SwLinePortion &rPortion, short nKrn, + sal_Bool bBG = sal_False ); virtual void FormatEOL( SwTxtFormatInfo &rInf ); virtual void Paint( const SwTxtPaintInfo &rInf ) const; OUTPUT_OPERATOR -- cgit v1.2.3