From 6bd7e0147c7c8474e23bc82fb30d75de647a8b6c Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 18 May 2004 13:55:54 +0000 Subject: [PATCH] INTEGRATION: CWS swautowidth (1.7.68); FILE MERGED 2004/04/05 13:09:19 fme 1.7.68.1: i27205# Feature - Automatic frame width --- sw/source/filter/ww8/writerwordglue.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw/source/filter/ww8/writerwordglue.cxx b/sw/source/filter/ww8/writerwordglue.cxx index 1b422b64c0a3..472e2c9e1314 100644 --- a/sw/source/filter/ww8/writerwordglue.cxx +++ b/sw/source/filter/ww8/writerwordglue.cxx @@ -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 {