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

@@ -108,7 +108,7 @@ class ExampleAddInThread extends Thread
public class ExampleAddIn
{
static public class _ExampleAddIn extends com.sun.star.lib.uno.helper.WeakBase
static private class _ExampleAddIn extends com.sun.star.lib.uno.helper.WeakBase
implements org.openoffice.sheet.addin.XExampleAddIn,
com.sun.star.sheet.XAddIn,
com.sun.star.lang.XServiceName,