Kaydet (Commit) cd75c25b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1328719 SIC: Inner class could be made static

Change-Id: I88188482af59bb94f1869a1ad4fb3c72c71789b7
üst 4e3086da
...@@ -42,7 +42,7 @@ import com.sun.star.util.XModifyListener; ...@@ -42,7 +42,7 @@ import com.sun.star.util.XModifyListener;
public class _XModifyBroadcaster extends MultiMethodTest { public class _XModifyBroadcaster extends MultiMethodTest {
public XModifyBroadcaster oObj = null; public XModifyBroadcaster oObj = null;
protected class TestModifyListener implements XModifyListener { private static class TestModifyListener implements XModifyListener {
public void disposing ( EventObject oEvent ) {} public void disposing ( EventObject oEvent ) {}
public void modified (EventObject aEvent ) {} public void modified (EventObject aEvent ) {}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment