INTEGRATION: CWS sw30bf02 (1.13.32); FILE MERGED

2008/03/20 09:59:45 mba 1.13.32.1: #i86131#: handle built-in props of document summary info in word import of text
This commit is contained in:
Kurt Zenker 2008-04-03 16:01:48 +00:00
parent 29c743a121
commit 4fe61deeeb

View file

@ -4,9 +4,9 @@
*
* $RCSfile: flddinf.cxx,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: obo $ $Date: 2008-02-26 14:24:06 $
* last change: $Author: kz $ $Date: 2008-04-03 17:01:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -222,14 +222,15 @@ void __EXPORT SwFldDokInfPage::Reset(const SfxItemSet& )
aTypeTLB.Select(pSelEntry);
nSubType = (USHORT)(ULONG)pSelEntry->GetUserData();
}
else
else if ( aTypeTLB.GetEntry(0) )
{
pSelEntry = aTypeTLB.GetEntry(0);
nSubType = (USHORT)(ULONG)pSelEntry->GetUserData();
}
FillSelectionLB(nSubType);
TypeHdl();
if ( pSelEntry )
TypeHdl();
aTypeTLB.SetUpdateMode(TRUE);
aTypeTLB.SetSelectHdl(LINK(this, SwFldDokInfPage, TypeHdl));