Fix typos

Change-Id: I6f2822e7068754a1b5e70e401247a36b214147e3
Reviewed-on: https://gerrit.libreoffice.org/48079
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2018-01-17 20:10:53 +01:00
committed by Julien Nabet
parent 4d2fc77b5d
commit c0a70da29a
11 changed files with 12 additions and 12 deletions

View File

@@ -162,7 +162,7 @@ namespace editeng
<p>This will be called whenever it is necessary to interactively ask the user for
a conversion. In such a case, a range within the current portion (see <member>GetNextPortion</member>)
is presented to the user for chosing a substitution. Additionally, this method is called,
is presented to the user for choosing a substitution. Additionally, this method is called,
so that derived classes can e.g. highlight this text range in a document view.</p>
<p>Note that the indexes are relative to the most recent replace action. See

View File

@@ -191,7 +191,7 @@ public:
Tag checkOpeningTag( int token );
/**
Ensures that a closing tag with the given token is read. Like ensureOpeningTag(),
if not, writes out a warning and tries to recover by skiping tags until found (or until the current element would end).
if not, writes out a warning and tries to recover by skipping tags until found (or until the current element would end).
If found, the position in the stream is afterwards moved to the next tag.
*/
void ensureClosingTag( int token );

View File

@@ -316,7 +316,7 @@ void ErrorBarConverter::convertFromModel( const Reference< XDataSeries >& rxData
{
// #i87806# manual error bars
aBarProp.setProperty( PROP_ErrorBarStyle, cssc::ErrorBarStyle::FROM_DATA );
// attach data sequences to erorr bar
// attach data sequences to error bar
Reference< XDataSink > xDataSink( xErrorBar, UNO_QUERY );
if( xDataSink.is() )
{

View File

@@ -120,7 +120,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest {
oObj.addSelection(oObj);
log.println("ERORR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED");
log.println("ERROR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED");
bOK = false;
} catch (com.sun.star.lang.IllegalArgumentException ex) {
log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK");
@@ -197,7 +197,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest {
oObj.removeSelection(oObj);
log.println("ERORR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED");
log.println("ERROR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED");
bOK = false;
} catch (com.sun.star.lang.IllegalArgumentException ex) {
log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK");

View File

@@ -73,7 +73,7 @@ namespace rptui
*/
void impl_setCounterFunction_throw();
/** executes a dialog for chosing a filter criterion for a database report
/** executes a dialog for choosing a filter criterion for a database report
@param _out_rSelectedClause
the filter or order clause as chosen by the user
@precond

View File

@@ -68,7 +68,7 @@ private:
OUString maText; /// Portion text.
FontRef mxFont; /// Embedded portion font, may be empty.
sal_Int32 mnFontId; /// Link to global font list.
bool mbConverted; /// Without repeatly convert
bool mbConverted; /// Without repeatedly convert
};
typedef std::shared_ptr< RichStringPortion > RichStringPortionRef;

View File

@@ -199,7 +199,7 @@ namespace slideshow
This method checks whether the Shape is currently
detached from the slide background, i.e. whether shape
updates affect the underlying slide background or
not. A shape that returnes true here must not alter
not. A shape that returns true here must not alter
slide content in any way when called render() or
update() (this is normally achieved by making this
shape a sprite).

View File

@@ -135,7 +135,7 @@ private:
bool mbInvalidRuleFlag : 1;
bool mbContinusNum : 1; ///< Continuous numbering without levels.
bool mbAbsSpaces : 1; ///< Levels represent absolute indents.
bool mbHidden : 1; ///< Is the numering rule to be hidden in the UI?
bool mbHidden : 1; ///< Is the numbering rule to be hidden in the UI?
bool mbCountPhantoms;
const SvxNumberFormat::SvxNumPositionAndSpaceMode meDefaultNumberFormatPositionAndSpaceMode;

View File

@@ -114,7 +114,7 @@ DECLARE_RTFIMPORT_TEST(testN695479, "n695479.rtf")
CPPUNIT_ASSERT_EQUAL(OUString("plain"), xText->getString());
if (i == 0)
// Additionally, the frist frame should have double border at the bottom.
// Additionally, the first frame should have double border at the bottom.
CPPUNIT_ASSERT_EQUAL(
table::BorderLineStyle::DOUBLE,
getProperty<table::BorderLine2>(xPropertySet, "BottomBorder").LineStyle);

View File

@@ -1032,7 +1032,7 @@ drawinglayer::primitive2d::Primitive2DContainer const & SwOLEObj::tryToGetChartC
if(aXModel.is())
{
// disabled fro now, need to check deeper
// disabled for now, need to check deeper
static bool bAsynchronousLoadingAllowed = false;
if(bSynchron ||

View File

@@ -1771,7 +1771,7 @@ void SwViewShell::Paint(vcl::RenderContext& rRenderContext, const tools::Rectang
SET_CURR_SHELL( this );
SwRootFrame::SetNoVirDev( true );
//We don't want to Clip to and fro, we trust that all are limited
//We don't want to Clip to and from, we trust that all are limited
//to the rectangle and only need to calculate the clipping once.
//The ClipRect is removed here once and not recovered, as externally
//no one needs it anymore anyway.