diff options
-rw-r--r-- | include/typelib/typedescription.h | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java | 2 | ||||
-rw-r--r-- | sw/source/uibase/shells/langhelper.cxx | 4 |
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; |