[Libreoffice-commits] core.git: 2 commits - qadevOOo/tests xmerge/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 5 09:23:23 UTC 2019
qadevOOo/tests/java/ifc/frame/_XModuleManager.java | 4 ++--
xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d9ab0070cf4a6cd1761256665868a08026902a93
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 4 20:22:29 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 5 10:22:19 2019 +0100
Fix typo
Change-Id: Ibd0595eafc364b6e7ebc9a90e7c4a79d8a15d9d8
Reviewed-on: https://gerrit.libreoffice.org/84487
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
index dcca39d7162c..d870589c3c56 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
@@ -52,7 +52,7 @@ import com.sun.star.frame.UnknownModuleException;
*/
public class _XModuleManager extends MultiMethodTest {
/** Test calls the method. <p>
- * The onject relations <CODE>XModuleManager.XFrame</CODE>,
+ * The object relations <CODE>XModuleManager.XFrame</CODE>,
* <CODE>XModuleManager.XController</CODE> and <CODE>XModuleManager.XModel</CODE>
* are sequences of <CODE>PropertyValue</CODE>. The value of a PropertyValue
* contains a <CODE>XFrame</CODE>, <CODE>XController</CODE> or a
@@ -69,7 +69,7 @@ public class _XModuleManager extends MultiMethodTest {
* previously obtained object relation 'Frame'.
* The following method tests are to be completed successfully before:
* <ul>
- * <li> <code> attachFrame() </code> : attachs frame obtained object
+ * <li> <code> attachFrame() </code> : attaches frame obtained object
* relation 'Frame' </li>
* </ul>
*/
commit c7d4de8e0273685d56e857885695f539ca8ac762
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 4 20:22:45 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 5 10:21:50 2019 +0100
Fix typo
Change-Id: If61ec79ef2953a708aa786b78eeaac0e19676910
Reviewed-on: https://gerrit.libreoffice.org/84498
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java
index 72b65453029b..c8eb43fdfd8b 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java
@@ -158,7 +158,7 @@ public final class DocumentDeserializerImpl
DOMSource xslDomSource = new DOMSource(xslDoc);
DOMSource xmlDomSource = new DOMSource(xmlDoc);
- //call the tranformer using the XSL, Source and Result dom.
+ //call the transformer using the XSL, Source and Result dom.
TransformerFactory tFactory = TransformerFactory.newInstance();
tFactory.setURIResolver(this);
Transformer transformer = tFactory.newTransformer(xslDomSource);
More information about the Libreoffice-commits
mailing list