From 045e454120f48d7d793e2700873eaa072638d7d0 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 29 Jan 2008 07:44:50 +0000 Subject: INTEGRATION: CWS dba24e_SRC680 (1.9.50); FILE MERGED 2007/12/19 10:00:03 oj 1.9.50.1: #i84339# remove check for read only attribute --- javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'javaunohelper/com') diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java index 945594069..528f3945f 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) { -- cgit v1.2.3