diff options
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java index d78b882173b4..fd2b28918dd4 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java @@ -4,9 +4,9 @@ * * $RCSfile: PropertySet.java,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:40:34 $ + * last change: $Author: vg $ $Date: 2008-01-29 08:44:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -399,8 +399,6 @@ XMultiPropertySet Property prop= getProperty(name); if (prop == null) throw new UnknownPropertyException("The property " + name + " is unknown"); - if ((prop.Attributes & PropertyAttribute.READONLY) == PropertyAttribute.READONLY) - return new Any(new Type(void.class), null); synchronized (this) { |