Kaydet (Commit) 3ee517d4 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I6f0eb93ec654e629c8fbe761f000190ea9343103
Reviewed-on: https://gerrit.libreoffice.org/46824Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst ca9897cf
......@@ -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,
......
......@@ -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
......
......@@ -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 );
......
......@@ -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.
......@@ -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() {
......
......@@ -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) {
......
......@@ -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 ) ) ||
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment