summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java b/qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java
index 2a371500e128..81f63666a646 100644
--- a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java
+++ b/qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings.java
@@ -109,7 +109,7 @@ public class _SpreadsheetDocumentSettings extends MultiPropertyTest {
* for russian locale.
* @see com.sun.star.i18n.XForbiddenCharacters
*/
- protected class ForbiddenChrTest implements XForbiddenCharacters {
+ protected static class ForbiddenChrTest implements XForbiddenCharacters {
protected Locale locale = new Locale("ru", "RU", "");
protected ForbiddenCharacters chrs = new ForbiddenCharacters("q", "w");