Kaydet (Commit) 6a4bd272 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS impress55 (1.18.132); FILE MERGED

2005/05/12 12:04:45 af 1.18.132.1: #i49099# Fixed the test for a modified gradient.
üst b644073a
......@@ -2,9 +2,9 @@
*
* $RCSfile: tparea.cxx,v $
*
* $Revision: 1.18 $
* $Revision: 1.19 $
*
* last change: $Author: vg $ $Date: 2005-03-07 17:40:43 $
* last change: $Author: rt $ $Date: 2005-05-13 15:43:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -1092,7 +1092,7 @@ BOOL SvxAreaTabPage::FillItemSet( SfxItemSet& rAttrs )
{
nPos = aLbGradient.GetSelectEntryPos();
if( nPos != LISTBOX_ENTRY_NOTFOUND &&
(eSavedStyle != eStyle) )
nPos != aLbGradient.GetSavedValue() )
{
XGradient aGradient = pGradientList->Get( nPos )->GetGradient();
String aString = aLbGradient.GetSelectEntry();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment