From 102857505afcc527eb8f8f81ebd615c7e0d52506 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Tue, 2 Jan 2001 14:11:40 +0000 Subject: fixed: properties of redline portion --- sw/source/core/unocore/unoredline.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sw/source/core/unocore/unoredline.cxx b/sw/source/core/unocore/unoredline.cxx index b4b29301b2ee..a19076f9eaf7 100644 --- a/sw/source/core/unocore/unoredline.cxx +++ b/sw/source/core/unocore/unoredline.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoredline.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2000-12-20 13:08:05 $ + * last change: $Author: dvo $ $Date: 2001-01-02 15:11:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -274,7 +274,8 @@ Any SwXRedlinePortion::getPropertyValue( const OUString& rPropertyName ) aRet <<= aValues; } } - aRet = SwXTextPortion::getPropertyValue(rPropertyName); + else + aRet = SwXTextPortion::getPropertyValue(rPropertyName); return aRet; } /* -----------------------------19.12.00 15:11-------------------------------- -- cgit v1.2.3