Kaydet (Commit) 95963b0f authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS apps61beta2 (1.12.6.2.62); FILE MERGED

2003/04/15 16:29:32 bm 1.12.6.2.62.2: RESYNC: (1.12.6.2-1.13); FILE MERGED
2003/04/09 14:00:59 dr 1.12.6.2.62.1: #108705# vert. align: check state of correct listbox
üst 55607fbc
......@@ -2,9 +2,9 @@
*
* $RCSfile: align.cxx,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: hr $ $Date: 2003-03-27 15:00:42 $
* last change: $Author: hr $ $Date: 2003-04-28 15:27:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -502,7 +502,7 @@ BOOL SvxAlignmentTabPage::FillItemSet( SfxItemSet& rCoreAttrs )
case ALIGNDLG_VERALIGN_MID: nTmp = SVX_VER_JUSTIFY_CENTER; break;
case ALIGNDLG_VERALIGN_BOTTOM: nTmp = SVX_VER_JUSTIFY_BOTTOM; break;
}
bSelected = aLbHorAlign.GetSelectEntryCount() > 0;
bSelected = aLbVerAlign.GetSelectEntryCount() > 0;
pOld = GetUniqueItem( rOldSet, SID_ATTR_ALIGN_VER_JUSTIFY );
DBG_ASSERT( !bSelected || (USHRT_MAX != nTmp) || !aLbVerAlign.IsEnabled(), "no button checked" );
......
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