diff options
author | Oliver Specht <os@openoffice.org> | 2002-09-17 14:10:00 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-09-17 14:10:00 +0000 |
commit | 9ac6e2a413041dcd53e734a2e2f965e04e1a2388 (patch) | |
tree | b24504774525b25777fe031673750d2c323ad661 /svx/source/dialog/backgrnd.cxx | |
parent | 7e8ee57f7227027874d6068f70e079dc370decad (diff) |
#99657# transparency value has to bes set almost always
Diffstat (limited to 'svx/source/dialog/backgrnd.cxx')
-rw-r--r-- | svx/source/dialog/backgrnd.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/dialog/backgrnd.cxx b/svx/source/dialog/backgrnd.cxx index bf9692ab67eb..c3405a629c28 100644 --- a/svx/source/dialog/backgrnd.cxx +++ b/svx/source/dialog/backgrnd.cxx @@ -2,9 +2,9 @@ * * $RCSfile: backgrnd.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: os $ $Date: 2002-08-28 14:58:21 $ + * last change: $Author: os $ $Date: 2002-09-17 15:10:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -855,8 +855,7 @@ BOOL SvxBackgroundTabPage::FillItemSet( SfxItemSet& rCoreSet ) const BOOL bIsBrush = ( 0 == aLbSelect.GetSelectEntryPos() ); // transparency has to be set if enabled, the color not already set to "No fill" and - // if the spin field has been modified - if( bColTransparency && (aColTransMF.GetSavedValue() != aColTransMF.GetText()) && + if( bColTransparency && aBgdColor.GetTransparency() < 0xff) { aBgdColor.SetTransparency(lcl_PercentToTransparency(aColTransMF.GetValue())); |