diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-05-16 10:52:02 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-05-16 10:52:02 +0000 |
commit | f258d51dcd24906e27901c48e887abad929ac90f (patch) | |
tree | d710ee64138cb574d2f98f7f500c362cd60a460b /svx/source/dialog/numfmt.cxx | |
parent | 6546d1a1a0aa87616ec44c397f90da0fd3ff2548 (diff) |
#86988# dialog redesign
Diffstat (limited to 'svx/source/dialog/numfmt.cxx')
-rw-r--r-- | svx/source/dialog/numfmt.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
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 ) ); } // ----------------------------------------------------------------------- |