INTEGRATION: CWS dr32 (1.23.334); FILE MERGED

2005/01/31 19:20:39 dr 1.23.334.2: RESYNC: (1.23-1.24); FILE MERGED
2005/01/13 12:08:22 dr 1.23.334.1: #i40405# set dist flag at SvxBoxInfoItem correctly
This commit is contained in:
Vladimir Glazounov 2005-02-21 13:00:51 +00:00
parent 8a4829b0b3
commit 617458be2c

View file

@ -2,9 +2,9 @@
*
* $RCSfile: border.cxx,v $
*
* $Revision: 1.24 $
* $Revision: 1.25 $
*
* last change: $Author: kz $ $Date: 2005-01-21 16:27:46 $
* last change: $Author: vg $ $Date: 2005-02-21 14:00:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -58,7 +58,6 @@
*
*
************************************************************************/
#ifdef SVX_DLLIMPLEMENTATION
#undef SVX_DLLIMPLEMENTATION
#endif
@ -742,12 +741,13 @@ BOOL SvxBorderTabPage::FillItemSet( SfxItemSet& rCoreAttrs )
//-------------------
// Abstand nach Innen
//-------------------
if( !mbUseMarginItem )
if( aLeftMF.IsVisible() )
{
if( aLeftMF.IsVisible() )
{
aBoxInfoItem.SetDist( TRUE );
// #i40405# enable distance controls for next dialog call
aBoxInfoItem.SetDist( TRUE );
if( !mbUseMarginItem )
{
// #106224# all edits empty: do nothing
if( aLeftMF.GetText().Len() || aRightMF.GetText().Len() ||
aTopMF.GetText().Len() || aBottomMF.GetText().Len() )