summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-24 10:26:27 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-24 12:00:27 +0100
commit5f62933a161ae989c1f68eb57079ce21106d1dd2 (patch)
tree58380c97c11df96cb09b158d52c97aaf1c3594fd
parent827de7f4198281bc8dbc886f49ce96a04fcb72ab (diff)
Fix typos
Change-Id: If511cbcc290488cf05cc078e6674deae2c454315 Reviewed-on: https://gerrit.libreoffice.org/45209 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/typelib/typedescription.h2
-rw-r--r--qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java2
-rw-r--r--sw/source/uibase/shells/langhelper.cxx4
3 files changed, 4 insertions, 4 deletions
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;