diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-02 14:11:40 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-02 14:11:40 +0000 |
commit | 102857505afcc527eb8f8f81ebd615c7e0d52506 (patch) | |
tree | f5178e149aa540cfbc7056a5f43165194fab2623 /sw | |
parent | 1ec3c1c3ddd86283e77bde04c25d119e78c79482 (diff) |
fixed: properties of redline portion
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unoredline.cxx | 7 |
1 files 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-------------------------------- |