java: reduce scope, make member classes private
found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b
This commit is contained in:
@@ -65,7 +65,7 @@ import com.sun.star.test.XTestDialogHandler;
|
||||
// ComponentBase, see implementation of TestComponentA.
|
||||
public class DialogComponent {
|
||||
|
||||
public static class _DialogComponent
|
||||
private static class _DialogComponent
|
||||
implements XTypeProvider, XServiceInfo, XTestDialogHandler, XDialogEventHandler {
|
||||
|
||||
private static final String __serviceName= "com.sun.star.test.TestDialogHandler";
|
||||
|
Reference in New Issue
Block a user