summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype2
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl2
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx2
-rw-r--r--vcl/source/window/window2.cxx2
-rw-r--r--xmloff/source/text/XMLLineNumberingExport.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index fe81fa673350..5d6227996cb8 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -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':
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 78d4117b1a84..e58da338603a 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -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">
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index f5b1dba65470..1beb688db259 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -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;
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 097464d27f6e..997581a6d320 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -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;
diff --git a/xmloff/source/text/XMLLineNumberingExport.cxx b/xmloff/source/text/XMLLineNumberingExport.cxx
index 8d9e4fb22d0f..25f6e23e2d1e 100644
--- a/xmloff/source/text/XMLLineNumberingExport.cxx
+++ b/xmloff/source/text/XMLLineNumberingExport.cxx
@@ -122,7 +122,7 @@ void XMLLineNumberingExport::Export()
sBuf.makeStringAndClear());
}
- // NumeringType
+ // NumberingType
OUStringBuffer sNumPosBuf;
aAny = xLineNumbering->getPropertyValue("NumberingType");
sal_Int16 nFormat = 0;