diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-08-07 12:45:38 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-08-07 12:45:38 +0000 |
commit | 262338c865d2d7520595e316d3b147d021436f25 (patch) | |
tree | e8164fe2321f97b3e24727905b5be8252fda1907 /svx/source/dialog/backgrnd.cxx | |
parent | da0a0ee350307c6499bdf41bc74132a56b184a1d (diff) |
#102142# thin preview border
Diffstat (limited to 'svx/source/dialog/backgrnd.cxx')
-rw-r--r-- | svx/source/dialog/backgrnd.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/backgrnd.cxx b/svx/source/dialog/backgrnd.cxx index 86011ffbb84c..c6e576a1e776 100644 --- a/svx/source/dialog/backgrnd.cxx +++ b/svx/source/dialog/backgrnd.cxx @@ -2,9 +2,9 @@ * * $RCSfile: backgrnd.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: os $ $Date: 2002-06-03 13:18:35 $ + * last change: $Author: dr $ $Date: 2002-08-07 13:45:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -338,7 +338,7 @@ void BackgroundPreviewImpl::Paint( const Rectangle& rRect ) { const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); SetBackground(Wallpaper(rStyleSettings.GetWindowColor())); - SetLineColor( rStyleSettings.GetFieldTextColor() ); + SetLineColor(); if(bIsBmp) SetFillColor( Color(COL_TRANSPARENT) ); DrawRect( aDrawRect ); |