summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porrst.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-10-09 08:56:17 +0000
committerFrank Meies <fme@openoffice.org>2001-10-09 08:56:17 +0000
commit078a326ded4a71dc9136277614fb655160117638 (patch)
tree1b25f6c3aad8185686310f728a9335357e52b666 /sw/source/core/text/porrst.hxx
parentaae3e706a7f666bd859ec1eddf56dd942fe9055f (diff)
Fix #92334#: Gray background for fields with script changes
Diffstat (limited to 'sw/source/core/text/porrst.hxx')
-rw-r--r--sw/source/core/text/porrst.hxx8
1 files changed, 5 insertions, 3 deletions
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