diff options
author | jp <jp@openoffice.org> | 2001-10-30 13:34:01 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-10-30 13:34:01 +0000 |
commit | 3b5fa59dcd5795cb4d51f3d132456078b1fc6fb6 (patch) | |
tree | dba683bcb21e33463152f497277178b401cb7f52 /svx/source/svrtf/rtfitem.cxx | |
parent | 3e2a9473b382d564aac9bd24d02bcc4f5aac4253 (diff) |
Bug #93963#: BackgroundColor - use brushitem instead of coloritem
Diffstat (limited to 'svx/source/svrtf/rtfitem.cxx')
-rw-r--r-- | svx/source/svrtf/rtfitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svrtf/rtfitem.cxx b/svx/source/svrtf/rtfitem.cxx index cc9a5946a7a7..100698e80aa6 100644 --- a/svx/source/svrtf/rtfitem.cxx +++ b/svx/source/svrtf/rtfitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rtfitem.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2001-10-16 17:45:47 $ + * last change: $Author: jp $ $Date: 2001-10-30 14:34:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -972,7 +972,7 @@ ATTR_SETUNDERLINE: case RTF_CB: if( PLAINID->nBgColor ) { - pSet->Put( SvxColorItem( GetColor( USHORT(nTokenValue) ), + pSet->Put( SvxBrushItem( GetColor( USHORT(nTokenValue) ), PLAINID->nBgColor )); } break; |