diff options
author | Frank Meies <fme@openoffice.org> | 2001-05-16 08:10:33 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-05-16 08:10:33 +0000 |
commit | 5c948b017bddc5be9c9986fad65f8ca00826aa69 (patch) | |
tree | b46d5308698039a2d582403fe5894e2130c45d61 /svx/source/dialog/tpshadow.cxx | |
parent | 60c3fd46a902bea03a02fe8a4ae447bda10716a2 (diff) |
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'svx/source/dialog/tpshadow.cxx')
-rw-r--r-- | svx/source/dialog/tpshadow.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/dialog/tpshadow.cxx b/svx/source/dialog/tpshadow.cxx index f97c4ed5cdd6..aee9779860c0 100644 --- a/svx/source/dialog/tpshadow.cxx +++ b/svx/source/dialog/tpshadow.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tpshadow.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: fme $ $Date: 2001-05-15 11:46:06 $ + * last change: $Author: fme $ $Date: 2001-05-16 09:10:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -218,8 +218,7 @@ SvxShadowTabPage::SvxShadowTabPage( Window* pParent, const SfxItemSet& rInAttrs // Set line at the OutputDevice XLineAttrSetItem aXLineAttr( pXPool ); - aXLineAttr.GetItemSet().Put( XLineStyleItem( XLINE_SOLID ) ); - aXLineAttr.GetItemSet().Put( XLineWidthItem( 1 )); + aXLineAttr.GetItemSet().Put( XLineStyleItem( XLINE_NONE ) ); XOut.SetLineAttr( aXLineAttr.GetItemSet() ); aTsbShowShadow.SetClickHdl( LINK( this, SvxShadowTabPage, ClickShadowHdl_Impl ) ); |