summaryrefslogtreecommitdiff
path: root/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java')
-rw-r--r--framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java b/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
index d3430486560c..fa3a999ad25c 100644
--- a/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
+++ b/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
@@ -25,7 +25,7 @@ import com.sun.star.uno.UnoRuntime;
public class ContextMenuInterceptor implements XContextMenuInterceptor
{
- private com.sun.star.awt.XBitmap myBitmap;
+ private final com.sun.star.awt.XBitmap myBitmap;
public ContextMenuInterceptor(com.sun.star.awt.XBitmap aBitmap)
{