summaryrefslogtreecommitdiff
path: root/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java')
-rw-r--r--ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java b/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
index d4bedba2235f..01297c0936a7 100644
--- a/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
+++ b/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
@@ -26,7 +26,7 @@ import com.sun.star.ucb.XCommandInfoChangeNotifier;
public class _XCommandInfoChangeNotifier {
public XCommandInfoChangeNotifier oObj = null;
- private CommandInfoChangeListener listener = new CommandInfoChangeListener();
+ private final CommandInfoChangeListener listener = new CommandInfoChangeListener();
public boolean _addCommandInfoChangeListener() {
oObj.addCommandInfoChangeListener(listener);