summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comphelper/qa/complex/comphelper/Map.java4
-rw-r--r--connectivity/qa/complex/connectivity/FlatFileAccess.java8
-rw-r--r--dbaccess/qa/complex/dbaccess/CopyTableWizard.java2
-rw-r--r--extensions/qa/integration/extensions/ServicesHandler.java2
-rw-r--r--forms/qa/complex/forms/CheckOGroupBoxModel.java2
-rw-r--r--framework/qa/complex/XUserInputInterception/EventTest.java2
-rw-r--r--framework/qa/complex/framework/autosave/AutoSave.java2
-rw-r--r--framework/qa/complex/imageManager/CheckImageManager.java2
-rw-r--r--framework/qa/complex/path_substitution/PathSubstitutionTest.java2
9 files changed, 13 insertions, 13 deletions
diff --git a/comphelper/qa/complex/comphelper/Map.java b/comphelper/qa/complex/comphelper/Map.java
index cb6c983e6daf..278f5a79923c 100644
--- a/comphelper/qa/complex/comphelper/Map.java
+++ b/comphelper/qa/complex/comphelper/Map.java
@@ -254,11 +254,11 @@ public class Map
return someValue;
}
- private class DummyInterface implements XInterface
+ private static class DummyInterface implements XInterface
{
}
- private class DummySet implements XSet
+ private static class DummySet implements XSet
{
public boolean has( Object arg0 ) { throw new UnsupportedOperationException( "Not implemented." ); }
public void insert( Object arg0 ) { throw new UnsupportedOperationException( "Not implemented." ); }
diff --git a/connectivity/qa/complex/connectivity/FlatFileAccess.java b/connectivity/qa/complex/connectivity/FlatFileAccess.java
index c7c961bead6f..43d0eabef103 100644
--- a/connectivity/qa/complex/connectivity/FlatFileAccess.java
+++ b/connectivity/qa/complex/connectivity/FlatFileAccess.java
@@ -74,7 +74,7 @@ public class FlatFileAccess extends ComplexTestCase
{
}
- private class EqualityDate extends Date
+ private static class EqualityDate extends Date
{
EqualityDate( short i_day, short i_month, short i_year )
{
@@ -177,7 +177,7 @@ public class FlatFileAccess extends ComplexTestCase
Object getValue( final RowSet i_rowSet ) throws SQLException;
}
- private abstract class RowSetColumnValueGetter implements RowSetValueGetter
+ private static abstract class RowSetColumnValueGetter implements RowSetValueGetter
{
RowSetColumnValueGetter( final int i_columnIndex )
{
@@ -187,7 +187,7 @@ public class FlatFileAccess extends ComplexTestCase
protected final int m_columnIndex;
}
- private class RowSetIntGetter extends RowSetColumnValueGetter
+ private static class RowSetIntGetter extends RowSetColumnValueGetter
{
RowSetIntGetter( final int i_columnIndex )
{
@@ -200,7 +200,7 @@ public class FlatFileAccess extends ComplexTestCase
}
}
- private class RowSetDateGetter extends RowSetColumnValueGetter
+ private static class RowSetDateGetter extends RowSetColumnValueGetter
{
RowSetDateGetter( final int i_columnIndex )
{
diff --git a/dbaccess/qa/complex/dbaccess/CopyTableWizard.java b/dbaccess/qa/complex/dbaccess/CopyTableWizard.java
index 20454d24b0ee..a9254fac33c9 100644
--- a/dbaccess/qa/complex/dbaccess/CopyTableWizard.java
+++ b/dbaccess/qa/complex/dbaccess/CopyTableWizard.java
@@ -73,7 +73,7 @@ public class CopyTableWizard extends CRMBasedTestCase
}
- private class CopyThread implements Runnable
+ private static class CopyThread implements Runnable
{
private final XCopyTableWizard copyWizard;
diff --git a/extensions/qa/integration/extensions/ServicesHandler.java b/extensions/qa/integration/extensions/ServicesHandler.java
index 516f2a25cc06..4382c84f4067 100644
--- a/extensions/qa/integration/extensions/ServicesHandler.java
+++ b/extensions/qa/integration/extensions/ServicesHandler.java
@@ -29,7 +29,7 @@ public class ServicesHandler implements XPropertyHandler
private final XComponentContext m_context;
private String[] m_supportedServices;
- private class ClickHandler implements com.sun.star.awt.XActionListener
+ private static class ClickHandler implements com.sun.star.awt.XActionListener
{
XComponentContext m_context;
private final String m_serviceName;
diff --git a/forms/qa/complex/forms/CheckOGroupBoxModel.java b/forms/qa/complex/forms/CheckOGroupBoxModel.java
index 1cf2ceb85c39..284840de3649 100644
--- a/forms/qa/complex/forms/CheckOGroupBoxModel.java
+++ b/forms/qa/complex/forms/CheckOGroupBoxModel.java
@@ -122,7 +122,7 @@ public class CheckOGroupBoxModel
* Listener implementation which sets a flag when
* listener was called.
*/
- private class MyChangeListener implements XPropertiesChangeListener
+ private static class MyChangeListener implements XPropertiesChangeListener
{
private boolean propertiesChanged = false;
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java
index 0bc8fcef483b..b2a6f06b425a 100644
--- a/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -400,7 +400,7 @@ public class EventTest {
* press a key with the <CODE>Robot</CODE> class
* @see java.awt.Robot
*/
- private class EventTrigger implements Runnable {
+ private static class EventTrigger implements Runnable {
/**
* represents an <CODE>EventType</CODE>
diff --git a/framework/qa/complex/framework/autosave/AutoSave.java b/framework/qa/complex/framework/autosave/AutoSave.java
index 8f66ccdcc423..e27724e4dfa3 100644
--- a/framework/qa/complex/framework/autosave/AutoSave.java
+++ b/framework/qa/complex/framework/autosave/AutoSave.java
@@ -62,7 +62,7 @@ import static org.junit.Assert.*;
public class AutoSave
{
- private class AutoSaveListener implements XStatusListener
+ private static class AutoSaveListener implements XStatusListener
{
private XDispatch m_xAutoSave;
private URL m_aRegistration;
diff --git a/framework/qa/complex/imageManager/CheckImageManager.java b/framework/qa/complex/imageManager/CheckImageManager.java
index 21f24b634c22..a88a96d30c98 100644
--- a/framework/qa/complex/imageManager/CheckImageManager.java
+++ b/framework/qa/complex/imageManager/CheckImageManager.java
@@ -141,7 +141,7 @@ public class CheckImageManager {
}
- private class OXUIConfigurationListenerImpl implements _XUIConfiguration.XUIConfigurationListenerImpl {
+ private static class OXUIConfigurationListenerImpl implements _XUIConfiguration.XUIConfigurationListenerImpl {
private boolean triggered = false;
public boolean actionWasTriggered() {
diff --git a/framework/qa/complex/path_substitution/PathSubstitutionTest.java b/framework/qa/complex/path_substitution/PathSubstitutionTest.java
index 8615de6f4fe3..8d85ade376c0 100644
--- a/framework/qa/complex/path_substitution/PathSubstitutionTest.java
+++ b/framework/qa/complex/path_substitution/PathSubstitutionTest.java
@@ -214,7 +214,7 @@ public class PathSubstitutionTest
* Class for containing the substitution variables with their
* values and some information.
*/
- private class VariableContainer
+ private static class VariableContainer
{
public ArrayList<String> varName;