From f258d51dcd24906e27901c48e887abad929ac90f Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Wed, 16 May 2001 10:52:02 +0000 Subject: #86988# dialog redesign --- svx/source/dialog/numfmt.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'svx/source/dialog/numfmt.cxx') diff --git a/svx/source/dialog/numfmt.cxx b/svx/source/dialog/numfmt.cxx index c86ad837ccd5..a55dc7ed14e6 100644 --- a/svx/source/dialog/numfmt.cxx +++ b/svx/source/dialog/numfmt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numfmt.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: dr $ $Date: 2001-05-15 11:12:28 $ + * last change: $Author: dr $ $Date: 2001-05-16 11:52:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,6 +134,7 @@ SvxNumberPreviewImpl::SvxNumberPreviewImpl( Window* pParent, const ResId& rResId aFont.SetColor( Application::GetSettings().GetStyleSettings().GetFieldColor() ); SetFont( aFont ); InitSettings( TRUE, TRUE ); + SetBorderStyle( WINDOW_BORDER_MONO ); } /************************************************************************* @@ -201,9 +202,6 @@ void SvxNumberPreviewImpl::Paint( const Rectangle& rRect ) aDrawFont.SetColor( aPrevCol ); SetFont( aDrawFont ); DrawText( aPosText, aPrevStr ); - SetLineColor( Color( COL_BLACK ) ); - SetFillColor( Color( COL_TRANSPARENT ) ); - DrawRect( Rectangle( Point(), aSzWnd ) ); } // ----------------------------------------------------------------------- -- cgit