[Libreoffice-commits] core.git: include/typelib qadevOOo/tests sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Nov 24 11:00:55 UTC 2017
include/typelib/typedescription.h | 2 +-
qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java | 2 +-
sw/source/uibase/shells/langhelper.cxx | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 5f62933a161ae989c1f68eb57079ce21106d1dd2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Fri Nov 24 10:26:27 2017 +0100
Fix typos
Change-Id: If511cbcc290488cf05cc078e6674deae2c454315
Reviewed-on: https://gerrit.libreoffice.org/45209
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h
index a0c60e68f93b..a6350b409b29 100644
--- a/include/typelib/typedescription.h
+++ b/include/typelib/typedescription.h
@@ -1017,7 +1017,7 @@ inline void TYPELIB_DANGER_GET( typelib_TypeDescription** ppMacroTypeDescr,
}
}
-/** Releases the description previouse fetched by TYPELIB_DANGER_GET.
+/** Releases the description previous fetched by TYPELIB_DANGER_GET.
@internal
*/
inline void TYPELIB_DANGER_RELEASE( typelib_TypeDescription* pDescription )
diff --git a/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java b/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java
index f6dfeb53a77b..3d45c5474cad 100644
--- a/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java
+++ b/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java
@@ -85,7 +85,7 @@ public class _XFormLayerAccess extends MultiMethodTest {
if (xFormCont == null)
log.println("ERROR: Could not get FromContoller");
- log.println("set back DesignMode to previouse state");
+ log.println("set back DesignMode to previous state");
oObj.setFormDesignMode(currentMode);
tRes.tested("getFromController()", xFormCont != null );
diff --git a/sw/source/uibase/shells/langhelper.cxx b/sw/source/uibase/shells/langhelper.cxx
index cb6b7d6b8259..2c6d1da1f21d 100644
--- a/sw/source/uibase/shells/langhelper.cxx
+++ b/sw/source/uibase/shells/langhelper.cxx
@@ -252,7 +252,7 @@ namespace SwLangHelper
if (bIsSingleScriptType)
{
// change language for selection or paragraph
- // (for paragraph is handled by previosuly having set the selection to the
+ // (for paragraph is handled by previously having set the selection to the
// whole paragraph)
if (bIsForSelection)
{
@@ -332,7 +332,7 @@ namespace SwLangHelper
if (bIsForSelection)
{
// change language for selection or paragraph
- // (for paragraph is handled by previosuly having set the selection to the
+ // (for paragraph is handled by previously having set the selection to the
// whole paragraph)
EditEngine* pEditEngine = pOLV ? pOLV->GetEditView().GetEditEngine() : nullptr;
More information about the Libreoffice-commits
mailing list