Fix typos
Change-Id: I6f0eb93ec654e629c8fbe761f000190ea9343103 Reviewed-on: https://gerrit.libreoffice.org/46824 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
ca9897cf77
commit
3ee517d480
@@ -214,7 +214,7 @@ namespace pcr
|
|||||||
*/
|
*/
|
||||||
bool isSpreadsheetDocumentWhichSupplies( const OUString& _rService ) const;
|
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(
|
static bool doesComponentSupport(
|
||||||
const css::uno::Reference< css::uno::XInterface >& _rxComponent,
|
const css::uno::Reference< css::uno::XInterface >& _rxComponent,
|
||||||
|
@@ -231,7 +231,7 @@ namespace dbtools
|
|||||||
void clearParameters();
|
void clearParameters();
|
||||||
|
|
||||||
private:
|
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(); }
|
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
|
/** 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",
|
xCellProp.setPropertyValue( "NumberFormat",
|
||||||
Integer.valueOf( iNewNumberFormat ) );
|
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
|
// content and use the DM/EUR factor
|
||||||
XCellRangesQuery xCellRangesQuery = UnoRuntime.queryInterface(
|
XCellRangesQuery xCellRangesQuery = UnoRuntime.queryInterface(
|
||||||
XCellRangesQuery.class, xCellRange );
|
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
|
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
|
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.
|
in LibreOffice.
|
||||||
|
@@ -222,7 +222,7 @@ public class _XTextCursor extends MultiMethodTest {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Restores the text of the component to the
|
* Restores the text of the component to the
|
||||||
* state it was before this interafce test.
|
* state it was before this interface test.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void after() {
|
public void after() {
|
||||||
|
@@ -91,7 +91,7 @@ public class Frame extends TestCase {
|
|||||||
/**
|
/**
|
||||||
* Disposes the document created and finally disposes
|
* Disposes the document created and finally disposes
|
||||||
* the frame containing the document (for case when the frame
|
* 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
|
@Override
|
||||||
protected void cleanup( TestParameters Param, PrintWriter log) {
|
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
|
// 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();
|
const sal_uInt16 nRowsToRepeat = rTable.GetRowsToRepeat();
|
||||||
if ( nRowsToRepeat > 0 &&
|
if ( nRowsToRepeat > 0 &&
|
||||||
( ( !bBehind && ( nBfPos == USHRT_MAX || nBfPos + 1 < nRowsToRepeat ) ) ||
|
( ( !bBehind && ( nBfPos == USHRT_MAX || nBfPos + 1 < nRowsToRepeat ) ) ||
|
||||||
|
@@ -204,7 +204,7 @@ namespace xmloff
|
|||||||
const OUString& _rService
|
const OUString& _rService
|
||||||
);
|
);
|
||||||
|
|
||||||
/** checkes whether a given component supports a given servive
|
/** checks whether a given component supports a given servive
|
||||||
*/
|
*/
|
||||||
static bool doesComponentSupport(
|
static bool doesComponentSupport(
|
||||||
const css::uno::Reference< css::uno::XInterface >& _rxComponent,
|
const css::uno::Reference< css::uno::XInterface >& _rxComponent,
|
||||||
|
Reference in New Issue
Block a user