summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 11:37:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 11:37:20 +0000
commita1c055948a2db47c42f8946287cf127c3eb4c685 (patch)
tree157c07f63b45e67d1609111980b4ce3ad976a15c /xmlhelp
parent1d90735c63531d223fb03a77007e11c29658bcb5 (diff)
INTEGRATION: CWS systemxt (1.17.32); FILE MERGED
2006/11/24 19:38:04 rene 1.17.32.1: #i59985# build libxt.jar.so when aot-compiling
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/com/sun/star/help/HelpIndexer.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/com/sun/star/help/HelpIndexer.java b/xmlhelp/source/com/sun/star/help/HelpIndexer.java
index 21844f82afb5..6e8b9de17494 100644
--- a/xmlhelp/source/com/sun/star/help/HelpIndexer.java
+++ b/xmlhelp/source/com/sun/star/help/HelpIndexer.java
@@ -4,9 +4,9 @@
*
* $RCSfile: HelpIndexer.java,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: vg $ $Date: 2006-03-16 11:17:04 $
+ * last change: $Author: vg $ $Date: 2007-01-15 12:37:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -521,8 +521,8 @@ public class HelpIndexer {
// This is a configurable class, which capsulates the parser initialization stuff and all this things
public static final class ParseStuff {
- private final XSLProcessor _processor;
- private final OutputMethodHandlerImpl _output;
+ private XSLProcessor _processor;
+ private OutputMethodHandlerImpl _output;
private ParseStuff() {
_processor = new XSLProcessorImpl();