INTEGRATION: CWS swautowidth (1.7.68); FILE MERGED

2004/04/05 13:09:19 fme 1.7.68.1: i27205# Feature - Automatic frame width
This commit is contained in:
Kurt Zenker
2004-05-18 13:55:54 +00:00
parent 0215a2374d
commit 6bd7e0147c

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: writerwordglue.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: obo $ $Date: 2004-04-27 14:10:57 $
* last change: $Author: kz $ $Date: 2004-05-18 14:55:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,7 +194,7 @@ namespace
else
{
const SwFmtFrmSize& rSz = rFmt.GetFrmSize();
if (ATT_VAR_SIZE != rSz.GetSizeType())
if (ATT_VAR_SIZE != rSz.GetHeightSizeType())
nDist += rSz.GetHeight();
else
{