summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-29 23:19:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-05-05 09:24:40 +0200
commitf6fb5a17da883e89cae6f7a960266fc87ccc9f6b (patch)
tree058efebab6d3b5ef21d42a3c1191eeddf890e4cc /sw/source
parentd633e80334b2472e7d99e253b761acd9b72f290b (diff)
Fix typos
Change-Id: I92078fdece135754744d85424956dbb071f3899e Reviewed-on: https://gerrit.libreoffice.org/53638 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rwxr-xr-xsw/source/core/text/itrform2.cxx2
-rw-r--r--sw/source/filter/html/swcss1.hxx2
-rw-r--r--sw/source/ui/dbui/mmlayoutpage.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index 92091f901bd8..39f68943cb91 100755
--- a/sw/source/core/text/itrform2.cxx
+++ b/sw/source/core/text/itrform2.cxx
@@ -532,7 +532,7 @@ void SwTextFormatter::BuildPortions( SwTextFormatInfo &rInf )
if( pPor->IsDropPortion() )
MergeCharacterBorder(*static_cast<SwDropPortion*>(pPor));
- // the multi-portion has it's own format function
+ // the multi-portion has its own format function
if( pPor->IsMultiPortion() && ( !pMulti || pMulti->IsBidi() ) )
bFull = BuildMultiPortion( rInf, *static_cast<SwMultiPortion*>(pPor) );
else
diff --git a/sw/source/filter/html/swcss1.hxx b/sw/source/filter/html/swcss1.hxx
index 09c571be23cf..f750e3fe0110 100644
--- a/sw/source/filter/html/swcss1.hxx
+++ b/sw/source/filter/html/swcss1.hxx
@@ -33,7 +33,7 @@ class SwPageDesc;
// This header looks harmless, but includes still quite
// inconspicuous one or the other! On the other hand this class
-// is rarely needed. Therefore it's own header.
+// is rarely needed. Therefore its own header.
class SwCSS1Parser : public SvxCSS1Parser
{
diff --git a/sw/source/ui/dbui/mmlayoutpage.cxx b/sw/source/ui/dbui/mmlayoutpage.cxx
index ce4c456db3d0..ff38b6d75aa8 100644
--- a/sw/source/ui/dbui/mmlayoutpage.cxx
+++ b/sw/source/ui/dbui/mmlayoutpage.cxx
@@ -102,7 +102,7 @@ SwMailMergeLayoutPage::SwMailMergeLayoutPage( SwMailMergeWizard* _pParent) :
SwDocShell::Factory().GetFilterContainer() );
//save the current document into a temporary file
{
- //temp file needs it's own block
+ //temp file needs its own block
//creating with extension is not supported by a static method :-(
OUString const sExt(
comphelper::string::stripStart(pSfxFlt->GetDefaultExtension(),'*'));