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

Fix typos

Change-Id: Iaad78e5f1100df1ca69d34bf7693e4a9feac17eb
Reviewed-on: https://gerrit.libreoffice.org/48084Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 27938e1b
......@@ -548,7 +548,7 @@ def generate_multi_threading():
# Create a job for every mimetype for a bugzilla
for (mimetype,extension) in mimetypes.items():
# It seems that bugzilla has problems returing that many results
# It seems that bugzilla has problems returning that many results
# (10000 results is probably a limit set somewhere) so we always
# end processing the complete list.
if mimetype == 'text/html' and prefix == 'moz':
......
......@@ -1224,7 +1224,7 @@
<xsl:choose>
<xsl:when test="$globalData/office:styles/text:outline-style/text:outline-level-style[@text:level = current()/@text:outline-level]/@style:num-format != '' and not(@text:is-list-header='true')">
<!-- Every heading element will get an unique anchor for its file, from its hiearchy level and name:
<!-- Every heading element will get an unique anchor for its file, from its hierarchy level and name:
For example: The heading title 'My favorite heading' might get <a name="1_2_2_My_favorite_heading" /> -->
<!-- creating an anchor for referencing the heading (e.g. from content table) -->
<xsl:variable name="headingNumber">
......
......@@ -2647,7 +2647,7 @@ WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp(const WW8Fib& rFib, SvStream* pSt,
if (aEntry.mnLen >= 6)
{
aEntry.mnLen-=6; //PHE
//skipi stc, len byte + 6 byte PHE
//skip stc, len byte + 6 byte PHE
unsigned int nOffset = nOfs + 8;
if (nOffset >= 511) //Bad offset
aEntry.mnLen=0;
......
......@@ -856,7 +856,7 @@ void Window::EnableDocking( bool bEnable )
ImplGetDockingManager()->RemoveWindow( this );
}
// retrieves the list of owner draw decorated windows for this window hiearchy
// retrieves the list of owner draw decorated windows for this window hierarchy
::std::vector<VclPtr<vcl::Window> >& Window::ImplGetOwnerDrawList()
{
return ImplGetTopmostFrameWindow()->mpWindowImpl->mpFrameData->maOwnerDrawList;
......
......@@ -122,7 +122,7 @@ void XMLLineNumberingExport::Export()
sBuf.makeStringAndClear());
}
// NumeringType
// NumberingType
OUStringBuffer sNumPosBuf;
aAny = xLineNumbering->getPropertyValue("NumberingType");
sal_Int16 nFormat = 0;
......
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