Fix typos
Change-Id: I81671c9a8e7e5b878e605ac0ed6c3d8ef5c5b689
Reviewed-on: https://gerrit.libreoffice.org/27088
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
diff --git a/editeng/source/rtf/rtfitem.cxx b/editeng/source/rtf/rtfitem.cxx
index 202578a..1e73f91 100644
--- a/editeng/source/rtf/rtfitem.cxx
+++ b/editeng/source/rtf/rtfitem.cxx
@@ -1663,7 +1663,7 @@ void SvxRTFParser::ReadBackgroundAttr( int nToken, SfxItemSet& rSet,
Color aCol( COL_WHITE ), aFCol;
if( !nFillValue )
{
// there was only one of two colors specified or no BrushTyp
// there was only one of two colors specified or no BrushType
if( USHRT_MAX != nFillColor )
{
nFillValue = 100;
diff --git a/odk/examples/DevelopersGuide/Text/TextDocuments.java b/odk/examples/DevelopersGuide/Text/TextDocuments.java
index 45e6c28..24173374 100644
--- a/odk/examples/DevelopersGuide/Text/TextDocuments.java
+++ b/odk/examples/DevelopersGuide/Text/TextDocuments.java
@@ -704,7 +704,7 @@ public class TextDocuments {
// service description: com.sun.star.text.TextTableRow)
XPropertySet xRow = UnoRuntime.queryInterface(
XPropertySet.class, xRows.getByIndex ( 0 ) );
// If BackTransparant is false, then the background color is visible
// If BackTransparent is false, then the background color is visible
xRow.setPropertyValue( "BackTransparent", Boolean.FALSE);
// Specify the color of the background to be dark blue
xRow.setPropertyValue( "BackColor", Integer.valueOf(6710932));
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
index d6194e4..1626f10 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
@@ -51,7 +51,7 @@ import com.sun.star.uno.UnoRuntime;
* frame is used. </li>
* <li> <code>'FrameLoader.args'</code> <b>(optional)</b>
* (of type <code>Object[]</code>):
* necessary arguuments for loading a component. If omitted
* necessary arguments for loading a component. If omitted
* then zero length array is passed as parameter</li>
* <ul> <p>
* Test is <b> NOT </b> multithread compliant. <p>
diff --git a/qadevOOo/tests/java/ifc/system/_XSimpleMailClientSupplier.java b/qadevOOo/tests/java/ifc/system/_XSimpleMailClientSupplier.java
index d5a3e5b..91c3558 100644
--- a/qadevOOo/tests/java/ifc/system/_XSimpleMailClientSupplier.java
+++ b/qadevOOo/tests/java/ifc/system/_XSimpleMailClientSupplier.java
@@ -35,7 +35,7 @@ import com.sun.star.system.XSimpleMailClientSupplier;
* <ul>
* <li> <code>'SystemMailExist'</code> (of type <code>Boolean</code>):
* if <code>true</code> then <code>SimpleSystemMail</code> service
* is available, if NOT then the service is not availablel or
* is available, if NOT then the service is not available or
* OS doesn't has system mail.</li>
* <ul> <p>
* @see com.sun.star.system.XSimpleMailClientSupplier
diff --git a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
index 206d0e7..0c9192e 100644
--- a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
@@ -196,7 +196,7 @@ public class ScTableSheetObj extends TestCase {
oSheet.getCellByPosition(1, 4).setValue(10);
oSheet.getCellByPosition(2, 0).setValue(-5.15);
oSheet.getCellByPosition(8, 8).setFormula("= B5 + C1");
// fill cells for XSheetOtline::autoutline
// fill cells for XSheetOtline::autooutline
oSheet.getCellByPosition(6, 6).setValue(3);
oSheet.getCellByPosition(7, 6).setValue(3);
oSheet.getCellByPosition(8, 6).setFormula("= SUM(G7:H7)");
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index a2b5f52..8d2bfcc 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -376,7 +376,7 @@ class SwXTextCellStyle : public cppu::WeakImplHelper
static SwBoxAutoFormat* GetBoxAutoFormat(SwDocShell* pDocShell, const OUString& sName, OUString* pParentName = nullptr);
/// returns box format assigned to this style
SwBoxAutoFormat* GetBoxFormat();
/// Sets the addres of SwBoxAutoFormat this style is bound to. Usable only when style is physical.
/// Sets the address of SwBoxAutoFormat this style is bound to. Usable only when style is physical.
void SetBoxFormat(SwBoxAutoFormat* pBoxFormat);
void SetPhysical();
bool IsPhysical();