summaryrefslogtreecommitdiff
path: root/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java
index 14f887f82011..ca03a7cbf9a2 100644
--- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java
+++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java
@@ -119,8 +119,6 @@ public final class PropertySetMixin {
XComponentContext context, XInterface object, Type type,
String[] absentOptional)
{
- // assert context != null && object != null && type != null
- // && type.getTypeClass() == TypeClass.INTERFACE;
this.context = context;
this.object = object;
this.type = type;
@@ -881,8 +879,6 @@ public final class PropertySetMixin {
boolean isAmbiguous, boolean wrapDefaulted, boolean isDefaulted,
boolean wrapOptional)
{
- // assert (wrapAmbiguous || !isAmbiguous)
- // && (wrapDefaulted || !isDefaulted);
if (wrapAmbiguous
&& type.getName().startsWith("com.sun.star.beans.Ambiguous<"))
{