diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-06-22 15:15:54 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-06-22 15:15:54 +0000 |
commit | 677f977e9465cc365d5e3db30df9363e70a8c655 (patch) | |
tree | 03c842b23598fa509753c1e5e01ce11f8307cd90 /svx/source/dialog/numpages.cxx | |
parent | 32f56b70b3a08c0e9fa4fc796ffe3a254de7d105 (diff) |
#88289# Redesign fixes
Diffstat (limited to 'svx/source/dialog/numpages.cxx')
-rw-r--r-- | svx/source/dialog/numpages.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/dialog/numpages.cxx b/svx/source/dialog/numpages.cxx index aafcc4317c10..ae7c30cd3053 100644 --- a/svx/source/dialog/numpages.cxx +++ b/svx/source/dialog/numpages.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numpages.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: os $ $Date: 2001-06-20 08:36:57 $ + * last change: $Author: dr $ $Date: 2001-06-22 16:15:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3076,6 +3076,7 @@ void SvxNumberingPreview::Paint( const Rectangle& rRect ) pVDev->SetOutputSize( aSize ); + pVDev->SetLineColor(); pVDev->SetFillColor( Color( COL_WHITE ) ); pVDev->DrawRect(aRect); |