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

Fix typos

Change-Id: I7aa101a5e1e47118ab94527eb37269dd7e544cf4
Reviewed-on: https://gerrit.libreoffice.org/48093Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 67ea8e14
......@@ -225,7 +225,7 @@ public class DBTools {
* Convert system pathname to SOffice URL string
* (for example 'C:\Temp\DBDir\' -> 'file:///C|/Temp/DBDir/').
* (for example '\\server\Temp\DBDir\' -> 'file://server/Temp/DBDir/').
* Already converted string retured unchanged.
* Already converted string returned unchanged.
*/
public static String dirToUrl(String dir) {
String retVal = null;
......
......@@ -109,7 +109,7 @@ public class _XDialog extends MultiMethodTest {
* finished. If <code>execute</code> method didn't return
* and still running then thread interrupted. <p>
* Has <b>OK</b> status if <code>execute</code> method
* call successfully retured.
* call successfully returned.
* The following method tests are to be completed successfully before :
* <ul>
* <li> <code> execute </code> </li>
......
......@@ -88,7 +88,7 @@ class JavaComponentLoader : public WeakImplHelper<XImplementationLoader, XServic
/** Do not use m_javaLoader directly. Instead use getJavaLoader.
*/
css::uno::Reference<XImplementationLoader> m_javaLoader;
/** The retured Reference contains a null pointer if the office is not configured
/** The returned Reference contains a null pointer if the office is not configured
to run java.
@exception css::uno::RuntimeException
......
......@@ -226,7 +226,7 @@ DECLARE_OOXMLEXPORT_TEST(Test_TextEffects_Props3d_Ligatures_NumForm_NumSpacing,
assertXPath(pXmlDoc, "/w:document/w:body/w:p[2]/w:r[3]/w:rPr/w14:ligatures", 1);
assertXPath(pXmlDoc, "/w:document/w:body/w:p[2]/w:r[3]/w:rPr/w14:ligatures", "val", "standardContextual");
// Paragraph 3 - w14:numFurm and w14:numSpacing
// Paragraph 3 - w14:numForm and w14:numSpacing
assertXPath(pXmlDoc, "/w:document/w:body/w:p[3]/w:r[2]/w:rPr/w14:numForm", 1);
assertXPath(pXmlDoc, "/w:document/w:body/w:p[3]/w:r[2]/w:rPr/w14:numForm", "val", "lining");
assertXPath(pXmlDoc, "/w:document/w:body/w:p[3]/w:r[2]/w:rPr/w14:numSpacing", 1);
......
......@@ -1020,7 +1020,7 @@ void SwVirtFlyDrawObj::NbcResize(const Point& rRef, const Fraction& xFact, const
ResizeRect( aOutRect, rRef, xFact, yFact );
}
// Position may also change, remember old one. This ois now already
// Position may also change, remember old one. This is now already
// the one in the unrotated, old coordinate system
Point aOldPos(bUseRightEdge ? GetFlyFrame()->getFrameArea().TopRight() : GetFlyFrame()->getFrameArea().Pos());
......
......@@ -113,7 +113,7 @@ public:
// should not consider the setting when the split is performed
// (we should be able to keep on first page as little as required).
// When IsInSplit is true, lcl_CalcMinRowHeight will ignore the
// mininum height setting. It is set in lcl_RecalcSplitLine around
// minimum height setting. It is set in lcl_RecalcSplitLine around
// lcl_RecalcRow and SwRowFrame::Calc that decide if it's possible
// to keep part of row's content on first page, and update table's
// height to fit the rest of space.
......
......@@ -2167,7 +2167,7 @@ SwTwips SwTextFrame::CalcFitToContent()
SwTextFormatter aLine( this, &aInf );
SwHookOut aHook( aInf );
// i#54031 - assure mininum of MINLAY twips.
// i#54031 - assure minimum of MINLAY twips.
const SwTwips nMax = std::max( SwTwips(MINLAY), aLine.CalcFitToContent_() + 1 );
{
......
......@@ -1500,7 +1500,7 @@ void WW8Export::WriteHeadersFooters( sal_uInt8 nHeadFootFlags,
pSepx->OutHeaderFooter( *this, false, rFormat, nCpPos, nHeadFootFlags, WW8_FOOTER_ODD, nBreakCode );
//#i24344# Drawing objects cannot be directly shared between main hd/ft
//and title hd/ft so we need to differenciate them
//and title hd/ft so we need to differentiate them
IncrementHdFtIndex();
pSepx->OutHeaderFooter( *this, true, rFirstPageFormat, nCpPos, nHeadFootFlags, WW8_HEADER_FIRST, nBreakCode );
pSepx->OutHeaderFooter( *this, false, rFirstPageFormat, nCpPos, nHeadFootFlags, WW8_FOOTER_FIRST, nBreakCode );
......
......@@ -2432,7 +2432,7 @@ void SwXMLTableContext::MakeTable_( SwTableBox *pBox )
sal_Int32 nExtraAbs =
nAbsForRelWidth > nMinAbs ? nAbsForRelWidth - nMinAbs : sal_Int32(0L);
bool bMin = false; // Do all columns get the mininum width?
bool bMin = false; // Do all columns get the minimum width?
bool bMinExtra = false; // Do all columns get the minimum width plus
// some extra space?
......
......@@ -307,7 +307,7 @@ uno::Any SAL_CALL SwVbaParagraphFormat::getWidowControl()
sal_Int8 nOrphan = 0;
mxParaProps->getPropertyValue("ParaOrphans") >>= nOrphan;
// if the amount of single lines on one page > 1 and the same of start and end of the paragraph,
// true is retured.
// true is returned.
bool bWidow = ( nWidow > 1 && nOrphan == nWidow );
return uno::makeAny( bWidow );
}
......
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