[Libreoffice-commits] core.git: 2 commits - desktop/source qadevOOo/tests
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 13 18:31:28 UTC 2019
desktop/source/deployment/registry/inc/dp_backend.h | 2 +-
qadevOOo/tests/java/ifc/container/_XContainerQuery.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 89fd86540580ebbc269848b3c4b6539e070829a0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon May 13 13:54:15 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon May 13 20:30:43 2019 +0200
Fix typo
Change-Id: I93cefdcf044854bb20a9524351548bb9721d393e
Reviewed-on: https://gerrit.libreoffice.org/72242
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/qadevOOo/tests/java/ifc/container/_XContainerQuery.java b/qadevOOo/tests/java/ifc/container/_XContainerQuery.java
index 20e49b7e29ef..68cacca00a45 100644
--- a/qadevOOo/tests/java/ifc/container/_XContainerQuery.java
+++ b/qadevOOo/tests/java/ifc/container/_XContainerQuery.java
@@ -85,7 +85,7 @@ public class _XContainerQuery extends MultiMethodTest {
* If object relation is available, the function was called with relation
* as parameter. The returned <code>XEnumeration</code> must not be null and
* elements of it must be valid.
- * If object relation is not available, the result is always <code>true</coed>
+ * If object relation is not available, the result is always <code>true</code>
*/
public void _createSubSetEnumerationByQuery() {
commit 2c1190a21f812667097409256b96754651a74cfd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:10 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon May 13 20:30:19 2019 +0200
Fix typo
Change-Id: I81d227fa99058ea0d13576d36897f186164b6ad6
Reviewed-on: https://gerrit.libreoffice.org/72251
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index 03f2640a4cf4..319c0904541c 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -201,7 +201,7 @@ class PackageRegistryBackend
{
//The map held originally WeakReferences. The map entries are removed in the disposing
//function, which is called when the XPackages are destructed or they are
- //explicitly disposed. The latter happens, for example, when a extension is
+ //explicitly disposed. The latter happens, for example, when an extension is
//removed (see dp_manager.cxx). However, because of how the help systems work, now
// XPackageManager::getDeployedPackages is called often. This results in a lot
//of bindPackage calls which are costly. Therefore we keep hard references in
More information about the Libreoffice-commits
mailing list