]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-xmlsearch.patch
- use pointSize()
[packages/libreoffice.git] / openoffice-xmlsearch.patch
CommitLineData
2b9815c2 1--- oo_1.0.1_src/XmlSearch/src/com/sun/xmlsearch/util/ExtensibleURLStreamHandlerFactory.java.old Thu Nov 30 19:03:34 2000
2+++ oo_1.0.1_src/XmlSearch/src/com/sun/xmlsearch/util/ExtensibleURLStreamHandlerFactory.java Fri Nov 1 19:34:38 2002
3@@ -2,9 +2,9 @@
4 *
5 * $RCSfile$
6 *
7- * $Revision$
8+ * $Revision$
9 *
10- * last change: $Author$ $Date$
11+ * last change: $Author$ $Date$
12 *
13 * The Contents of this file are made available subject to the terms of
14 * either of the following licenses
15@@ -79,7 +79,7 @@
16 Class.forName(className != null
17 ? className
18 : "sun.net.www.protocol." + protocol + ".Handler");
19- return (URLStreamHandler)handlerClass.newInstance();;
20+ return (URLStreamHandler)handlerClass.newInstance();
21 }
22 catch (Exception e) {
23 System.err.println(e);
This page took 0.159195 seconds and 4 git commands to generate.