summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/source/propctrlr/cellbindinghelper.hxx2
-rw-r--r--include/connectivity/parameters.hxx2
-rw-r--r--odk/examples/java/Spreadsheet/EuroAdaption.java2
-rw-r--r--officecfg/README2
-rw-r--r--qadevOOo/tests/java/ifc/text/_XTextCursor.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/Frame.java2
-rw-r--r--sw/source/core/frmedt/tblsel.cxx2
-rw-r--r--xmloff/source/forms/formcellbinding.hxx2
8 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/propctrlr/cellbindinghelper.hxx b/extensions/source/propctrlr/cellbindinghelper.hxx
index a2f73741fed1..2523b1f7e23e 100644
--- a/extensions/source/propctrlr/cellbindinghelper.hxx
+++ b/extensions/source/propctrlr/cellbindinghelper.hxx
@@ -214,7 +214,7 @@ namespace pcr
*/
bool isSpreadsheetDocumentWhichSupplies( const OUString& _rService ) const;
- /** checkes whether a given component supports a given servive
+ /** checks whether a given component supports a given servive
*/
static bool doesComponentSupport(
const css::uno::Reference< css::uno::XInterface >& _rxComponent,
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx
index e5ba530bfcc4..3f0491963dc0 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -231,7 +231,7 @@ namespace dbtools
void clearParameters();
private:
- /// checkes whether the object is already initialized, and not yet disposed
+ /// checks whether the object is already initialized, and not yet disposed
bool isAlive() const { return m_xComponent.get().is() && m_xInnerParamUpdate.is(); }
/** creates a filter expression from a master-detail link where the detail denotes a column name
diff --git a/odk/examples/java/Spreadsheet/EuroAdaption.java b/odk/examples/java/Spreadsheet/EuroAdaption.java
index f3e73d38a15c..209e772ab075 100644
--- a/odk/examples/java/Spreadsheet/EuroAdaption.java
+++ b/odk/examples/java/Spreadsheet/EuroAdaption.java
@@ -216,7 +216,7 @@ public class EuroAdaption {
xCellProp.setPropertyValue( "NumberFormat",
Integer.valueOf( iNewNumberFormat ) );
- // interate over all cells from the cellrange with an
+ // iterate over all cells from the cellrange with an
// content and use the DM/EUR factor
XCellRangesQuery xCellRangesQuery = UnoRuntime.queryInterface(
XCellRangesQuery.class, xCellRange );
diff --git a/officecfg/README b/officecfg/README
index 33ba54ccc6cf..f8861307d0db 100644
--- a/officecfg/README
+++ b/officecfg/README
@@ -7,5 +7,5 @@ See also:
AcceleratorKeyChecker.fodt in the util folder is a tool written in Basic that check menus for
entries that use the same accelerator key. The tool goes through the menus using the accessibility
-api and checkes the accelerator keys. For information on how to use the tool open the fodt file
+api and checks the accelerator keys. For information on how to use the tool open the fodt file
in LibreOffice.
diff --git a/qadevOOo/tests/java/ifc/text/_XTextCursor.java b/qadevOOo/tests/java/ifc/text/_XTextCursor.java
index 20abffb723c7..87369a7ec426 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextCursor.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextCursor.java
@@ -222,7 +222,7 @@ public class _XTextCursor extends MultiMethodTest {
/**
* Restores the text of the component to the
- * state it was before this interafce test.
+ * state it was before this interface test.
*/
@Override
public void after() {
diff --git a/qadevOOo/tests/java/mod/_fwk/Frame.java b/qadevOOo/tests/java/mod/_fwk/Frame.java
index 388176a14275..cb18c9659e19 100644
--- a/qadevOOo/tests/java/mod/_fwk/Frame.java
+++ b/qadevOOo/tests/java/mod/_fwk/Frame.java
@@ -91,7 +91,7 @@ public class Frame extends TestCase {
/**
* Disposes the document created and finally disposes
* the frame containing the document (for case when the frame
- * contains no model after some interafce manipulations).
+ * contains no model after some interface manipulations).
*/
@Override
protected void cleanup( TestParameters Param, PrintWriter log) {
diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx
index 8c61f32042d4..83164e9e1058 100644
--- a/sw/source/core/frmedt/tblsel.cxx
+++ b/sw/source/core/frmedt/tblsel.cxx
@@ -2493,7 +2493,7 @@ void FndBox_::MakeNewFrames( SwTable &rTable, const sal_uInt16 nNumber,
}
// If necessary headlines should be processed. In order to
- // not to fragment good code, we interate once more.
+ // not to fragment good code, we iterate once more.
const sal_uInt16 nRowsToRepeat = rTable.GetRowsToRepeat();
if ( nRowsToRepeat > 0 &&
( ( !bBehind && ( nBfPos == USHRT_MAX || nBfPos + 1 < nRowsToRepeat ) ) ||
diff --git a/xmloff/source/forms/formcellbinding.hxx b/xmloff/source/forms/formcellbinding.hxx
index 06016ae8eab4..bd13277bd460 100644
--- a/xmloff/source/forms/formcellbinding.hxx
+++ b/xmloff/source/forms/formcellbinding.hxx
@@ -204,7 +204,7 @@ namespace xmloff
const OUString& _rService
);
- /** checkes whether a given component supports a given servive
+ /** checks whether a given component supports a given servive
*/
static bool doesComponentSupport(
const css::uno::Reference< css::uno::XInterface >& _rxComponent,