summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
index 28c277af29c2..61b1898760ce 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
@@ -177,14 +177,14 @@ public class XMLExporter extends TestCase {
* to log specified.
* @see ifc.document._XFilter
*/
- protected class FilterChecker extends XMLTools.XMLChecker
+ private class FilterChecker extends XMLTools.XMLChecker
implements ifc.document._XFilter.FilterChecker {
/**
* Creates a class which will write information
* into log specified.
*/
- public FilterChecker(PrintWriter log) {
+ private FilterChecker(PrintWriter log) {
super(log, true) ;
}
/**