summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/dlgctrl.cxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-05-15 10:46:06 +0000
committerFrank Meies <fme@openoffice.org>2001-05-15 10:46:06 +0000
commit5627d0bdaf1385df9d90dcec3a319c82c089c2ca (patch)
tree7f75b173236edd43f6cf2e8d0a92f32c2cca8d36 /svx/source/dialog/dlgctrl.cxx
parent#80778# get named items from property list if not in pool (diff)
downloadcore-5627d0bdaf1385df9d90dcec3a319c82c089c2ca.tar.gz
core-5627d0bdaf1385df9d90dcec3a319c82c089c2ca.zip
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 1a41ce617889..7b1ff5f65cbc 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgctrl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2001-05-10 14:21:57 $
+ * last change: $Author: fme $ $Date: 2001-05-15 11:46:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1859,6 +1859,11 @@ void SvxXShadowPreview::InitSettings( BOOL bForeground, BOOL bBackground )
void SvxXShadowPreview::Paint( const Rectangle& rRect )
{
+ SetFillColor( Color( COL_WHITE ) );
+ SetLineColor(Color( COL_BLACK) );
+ pXOutDev->DrawRect( rRect );
+ SetLineColor();
+
aShadow.SetPos( aShadowPos + Point( aRect.GetWidth(), aRect.GetHeight() ) );
if ( pShadowItem )
pXOutDev->SetFillAttr( pShadowItem->GetItemSet() );