java: reduce scope, make member classes private

found by UCDetector

Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b
This commit is contained in:
Noel Grandin
2014-08-08 11:39:00 +02:00
parent 2b3a801014
commit 70f56bc22f
64 changed files with 86 additions and 86 deletions

View File

@@ -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";