summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoredline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unoredline.cxx')
-rw-r--r--sw/source/core/unocore/unoredline.cxx7
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--------------------------------