summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/Wrapper.java
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/comp/beans/Wrapper.java')
-rw-r--r--bean/com/sun/star/comp/beans/Wrapper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/Wrapper.java b/bean/com/sun/star/comp/beans/Wrapper.java
index 837601842e48..001770b9b230 100644
--- a/bean/com/sun/star/comp/beans/Wrapper.java
+++ b/bean/com/sun/star/comp/beans/Wrapper.java
@@ -45,8 +45,8 @@ class Wrapper
com.sun.star.uno.IQueryInterface,
com.sun.star.lang.XComponent
{
- private com.sun.star.uno.IQueryInterface xQueryInterface;
- private com.sun.star.lang.XComponent xComponent;
+ private final com.sun.star.uno.IQueryInterface xQueryInterface;
+ private final com.sun.star.lang.XComponent xComponent;
public Wrapper( com.sun.star.uno.XInterface xProxy )
{